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

#include <shake_provider.hpp>

Public Member Functions

 shake_provider ()
 
 ~shake_provider ()
 
void set_function_name (const std::string &function_name)
 
void set_customization (const std::string &customization)
 
void init ()
 
void update (const unsigned char *data, size_t len)
 
void set_suffix (unsigned char s)
 
void squeeze (unsigned char *hash, size_t hs)
 
void clear ()
 

Static Public Attributes

static const bool is_xof = true
 

Constructor & Destructor Documentation

◆ shake_provider()

template<size_t B, int R>
digestpp::detail::shake_provider< B, R >::shake_provider ( )
inline

◆ ~shake_provider()

template<size_t B, int R>
digestpp::detail::shake_provider< B, R >::~shake_provider ( )
inline

Member Function Documentation

◆ clear()

template<size_t B, int R>
void digestpp::detail::shake_provider< B, R >::clear ( )
inline

◆ init()

template<size_t B, int R>
void digestpp::detail::shake_provider< B, R >::init ( )
inline

◆ set_customization()

template<size_t B, int R>
void digestpp::detail::shake_provider< B, R >::set_customization ( const std::string & customization)
inline

◆ set_function_name()

template<size_t B, int R>
void digestpp::detail::shake_provider< B, R >::set_function_name ( const std::string & function_name)
inline

◆ set_suffix()

template<size_t B, int R>
void digestpp::detail::shake_provider< B, R >::set_suffix ( unsigned char s)
inline

◆ squeeze()

template<size_t B, int R>
void digestpp::detail::shake_provider< B, R >::squeeze ( unsigned char * hash,
size_t hs )
inline

◆ update()

template<size_t B, int R>
void digestpp::detail::shake_provider< B, R >::update ( const unsigned char * data,
size_t len )
inline

Member Data Documentation

◆ is_xof

template<size_t B, int R>
const bool digestpp::detail::shake_provider< B, R >::is_xof = true
static

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