digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
digestpp::detail::k12m14_provider< B, type > Class Template Reference

#include <k12m14_provider.hpp>

Public Member Functions

 k12m14_provider ()
 
 ~k12m14_provider ()
 
void set_customization (const std::string &customization)
 
void init ()
 
void update (const unsigned char *data, size_t len)
 
void squeeze (unsigned char *hash, size_t hs)
 
void transform (const unsigned char *data, uint64_t num_blks, size_t reallen)
 
void clear ()
 

Static Public Attributes

static const bool is_xof = true
 

Constructor & Destructor Documentation

◆ k12m14_provider()

template<size_t B, kangaroo_type type>
digestpp::detail::k12m14_provider< B, type >::k12m14_provider ( )
inline

◆ ~k12m14_provider()

template<size_t B, kangaroo_type type>
digestpp::detail::k12m14_provider< B, type >::~k12m14_provider ( )
inline

Member Function Documentation

◆ clear()

template<size_t B, kangaroo_type type>
void digestpp::detail::k12m14_provider< B, type >::clear ( )
inline

◆ init()

template<size_t B, kangaroo_type type>
void digestpp::detail::k12m14_provider< B, type >::init ( )
inline

◆ set_customization()

template<size_t B, kangaroo_type type>
void digestpp::detail::k12m14_provider< B, type >::set_customization ( const std::string & customization)
inline

◆ squeeze()

template<size_t B, kangaroo_type type>
void digestpp::detail::k12m14_provider< B, type >::squeeze ( unsigned char * hash,
size_t hs )
inline

◆ transform()

template<size_t B, kangaroo_type type>
void digestpp::detail::k12m14_provider< B, type >::transform ( const unsigned char * data,
uint64_t num_blks,
size_t reallen )
inline

◆ update()

template<size_t B, kangaroo_type type>
void digestpp::detail::k12m14_provider< B, type >::update ( const unsigned char * data,
size_t len )
inline

Member Data Documentation

◆ is_xof

template<size_t B, kangaroo_type type>
const bool digestpp::detail::k12m14_provider< B, type >::is_xof = true
static

The documentation for this class was generated from the following file: