Fabcoin Core
0.16.2
P2P Digital Currency
|
BLAKE2b 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 [8] |
byte | nodeDepth |
byte | innerLength |
byte | rfu [14] |
byte | salt [SALTSIZE] |
byte | personalization [PERSONALIZATIONSIZE] |
BLAKE2b parameter block specialization.
|
inline |
|
inline |
BLAKE2_ParameterBlock< true >::BLAKE2_ParameterBlock | ( | size_t | digestSize, |
size_t | keyLength, | ||
const byte * | salt, | ||
size_t | saltLength, | ||
const byte * | personalization, | ||
size_t | personalizationLength | ||
) |
byte BLAKE2_ParameterBlock< true >::depth |
byte BLAKE2_ParameterBlock< true >::digestLength |
byte BLAKE2_ParameterBlock< true >::fanout |
byte BLAKE2_ParameterBlock< true >::innerLength |
byte BLAKE2_ParameterBlock< true >::keyLength |
byte BLAKE2_ParameterBlock< true >::leafLength[4] |
byte BLAKE2_ParameterBlock< true >::nodeDepth |
byte BLAKE2_ParameterBlock< true >::nodeOffset[8] |
byte BLAKE2_ParameterBlock< true >::personalization[PERSONALIZATIONSIZE] |
byte BLAKE2_ParameterBlock< true >::rfu[14] |
byte BLAKE2_ParameterBlock< true >::salt[SALTSIZE] |