BLAKE2s hash information.
More...
#include <blake2.h>
BLAKE2s hash information.
- Since
- Crypto++ 5.6.4
Definition at line 27 of file blake2.h.
◆ KeyBase
◆ StaticAlgorithmName()
static const char * BLAKE2s_Info::StaticAlgorithmName |
( |
| ) |
|
|
inlinestatic |
◆ MIN_KEYLENGTH
const int BLAKE2s_Info::MIN_KEYLENGTH = KeyBase::MIN_KEYLENGTH |
|
static |
◆ MAX_KEYLENGTH
const int BLAKE2s_Info::MAX_KEYLENGTH = KeyBase::MAX_KEYLENGTH |
|
static |
◆ DEFAULT_KEYLENGTH
const int BLAKE2s_Info::DEFAULT_KEYLENGTH = KeyBase::DEFAULT_KEYLENGTH |
|
static |
◆ BLOCKSIZE
const int BLAKE2s_Info::BLOCKSIZE = 64 |
|
static |
◆ DIGESTSIZE
const int BLAKE2s_Info::DIGESTSIZE = 32 |
|
static |
◆ SALTSIZE
const int BLAKE2s_Info::SALTSIZE = 8 |
|
static |
◆ PERSONALIZATIONSIZE
const int BLAKE2s_Info::PERSONALIZATIONSIZE = 8 |
|
static |
The documentation for this struct was generated from the following file: