BLAKE2s parameter block specialization.
More...
|
| 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) |
|
|
byte | digestLength |
|
byte | keyLength |
|
byte | fanout |
|
byte | depth |
|
byte | leafLength [4] |
|
byte | nodeOffset [6] |
|
byte | nodeDepth |
|
byte | innerLength |
|
byte | salt [SALTSIZE] |
|
byte | personalization [PERSONALIZATIONSIZE] |
|
|
static const int | SALTSIZE = BLAKE2_Info<false>::SALTSIZE |
|
static const int | DIGESTSIZE = BLAKE2_Info<false>::DIGESTSIZE |
|
static const int | PERSONALIZATIONSIZE = BLAKE2_Info<false>::PERSONALIZATIONSIZE |
|
template<>
struct BLAKE2_ParameterBlock< false >
BLAKE2s parameter block specialization.
Definition at line 95 of file blake2.h.
The documentation for this struct was generated from the following files: