Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
BLAKE2s_State Struct Reference

BLAKE2s state information. More...

Public Member Functions

void Reset ()
 
word32h ()
 
word32t ()
 
word32f ()
 
bytedata ()
 

Public Attributes

FixedSizeAlignedSecBlock< word32, 8+2+2, true > m_hft
 
FixedSizeAlignedSecBlock< byte, BLOCKSIZE, true > m_buf
 
size_t m_len
 

Static Public Attributes

static const int BLOCKSIZE = BLAKE2s_Info::BLOCKSIZE
 

Detailed Description

BLAKE2s state information.

Since
Crypto++ 5.6.4

Definition at line 163 of file blake2.h.


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