![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
BLAKE2s parameter block specialization. More...
#include <blake2.h>
Public Member Functions | |
| BLAKE2_ParameterBlock () | |
| BLAKE2_ParameterBlock (size_t digestSize) | |
| BLAKE2_ParameterBlock (size_t digestSize, size_t keyLength, const byte *salt, size_t saltLength, const byte *personalization, size_t personalizationLength) | |
Public Attributes | |
| byte | digestLength |
| byte | keyLength |
| byte | fanout |
| byte | depth |
| byte | leafLength [4] |
| byte | nodeOffset [6] |
| byte | nodeDepth |
| byte | innerLength |
| byte | salt [SALTSIZE] |
| byte | personalization [PERSONALIZATIONSIZE] |
BLAKE2s parameter block specialization.
|
inline |
|
inline |
| BLAKE2_ParameterBlock< false >::BLAKE2_ParameterBlock | ( | size_t | digestSize, |
| size_t | keyLength, | ||
| const byte * | salt, | ||
| size_t | saltLength, | ||
| const byte * | personalization, | ||
| size_t | personalizationLength | ||
| ) |
| byte BLAKE2_ParameterBlock< false >::depth |
| byte BLAKE2_ParameterBlock< false >::digestLength |
| byte BLAKE2_ParameterBlock< false >::fanout |
| byte BLAKE2_ParameterBlock< false >::innerLength |
| byte BLAKE2_ParameterBlock< false >::keyLength |
| byte BLAKE2_ParameterBlock< false >::leafLength[4] |
| byte BLAKE2_ParameterBlock< false >::nodeDepth |
| byte BLAKE2_ParameterBlock< false >::nodeOffset[6] |
| byte BLAKE2_ParameterBlock< false >::personalization[PERSONALIZATIONSIZE] |
| byte BLAKE2_ParameterBlock< false >::salt[SALTSIZE] |
1.8.11