|
digestpp 1.0
C++11 header-only message digest library
|
#include <streebog_provider.hpp>
Public Member Functions | |
| template<size_t hss = HS, typename std::enable_if< hss==0 >::type * = nullptr> | |
| streebog_provider (size_t hashsize) | |
| template<size_t hss = HS, typename std::enable_if< hss !=0 >::type * = nullptr> | |
| streebog_provider () | |
| ~streebog_provider () | |
| void | init () |
| void | update (const unsigned char *data, size_t len) |
| void | final (unsigned char *hash) |
| void | clear () |
| size_t | hash_size () const |
Static Public Attributes | |
| static const bool | is_xof = false |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |