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

BLAKE2s hash information. More...

#include <blake2.h>

Inheritance diagram for BLAKE2s_Info:
VariableKeyLength< 32, 0, 32, 1, SimpleKeyingInterface::NOT_RESYNCHRONIZABLE >

Public Types

typedef VariableKeyLength< 32, 0, 32, 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=64)
 
 CRYPTOPP_CONSTANT (DIGESTSIZE=32)
 
 CRYPTOPP_CONSTANT (SALTSIZE=8)
 
 CRYPTOPP_CONSTANT (PERSONALIZATIONSIZE=8)
 
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength< 32, 0, 32, 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

BLAKE2s hash information.

Since
Crypto++ 5.6.4

Definition at line 27 of file blake2.h.

Member Typedef Documentation

◆ KeyBase

Definition at line 29 of file blake2.h.

Member Function Documentation

◆ StaticAlgorithmName()

CRYPTOPP_STATIC_CONSTEXPR const char * BLAKE2s_Info::StaticAlgorithmName ( )
inline

Definition at line 39 of file blake2.h.


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