Security Scol plugin
Public Types | Public Member Functions | List of all members
BLAKE2b_Info Struct Reference

BLAKE2b hash information. More...

#include <blake2.h>

Inheritance diagram for BLAKE2b_Info:
VariableKeyLength< 64, 0, 64, 1, SimpleKeyingInterface::NOT_RESYNCHRONIZABLE >

Public Types

typedef VariableKeyLength< 64, 0, 64, 1, SimpleKeyingInterface::NOT_RESYNCHRONIZABLEKeyBase
 

Public Member Functions

 CRYPTOPP_CONSTANT (MIN_KEYLENGTH=KeyBase::MIN_KEYLENGTH)
 
 CRYPTOPP_CONSTANT (MAX_KEYLENGTH=KeyBase::MAX_KEYLENGTH)
 
 CRYPTOPP_CONSTANT (DEFAULT_KEYLENGTH=KeyBase::DEFAULT_KEYLENGTH)
 
 CRYPTOPP_CONSTANT (BLOCKSIZE=128)
 
 CRYPTOPP_CONSTANT (DIGESTSIZE=64)
 
 CRYPTOPP_CONSTANT (SALTSIZE=16)
 
 CRYPTOPP_CONSTANT (PERSONALIZATIONSIZE=16)
 
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength< 64, 0, 64, 1, SimpleKeyingInterface::NOT_RESYNCHRONIZABLE >
 CRYPTOPP_CONSTANT (MIN_KEYLENGTH=N)
 The minimum key length used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (MAX_KEYLENGTH=M)
 The maximum key length used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (DEFAULT_KEYLENGTH=D)
 The default key length used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (KEYLENGTH_MULTIPLE=Q)
 The key length multiple used by the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (IV_REQUIREMENT=IV_REQ)
 The default IV requirements for the algorithm provided as a constant.
 
 CRYPTOPP_CONSTANT (IV_LENGTH=0)
 The default initialization vector length for the algorithm provided as a constant.
 
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 Provides a valid key length for the algorithm provided by a static function.
 

Detailed Description

BLAKE2b hash information.

Since
Crypto++ 5.6.4

Definition at line 44 of file blake2.h.

Member Typedef Documentation

◆ KeyBase

Definition at line 46 of file blake2.h.

Member Function Documentation

◆ StaticAlgorithmName()

CRYPTOPP_STATIC_CONSTEXPR const char * BLAKE2b_Info::StaticAlgorithmName ( )
inline

Definition at line 56 of file blake2.h.


The documentation for this struct was generated from the following file: