|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
BLAKE2s state information. More...
Public Member Functions | |
| void | Reset () |
| word32 * | h () |
| word32 * | t () |
| word32 * | f () |
| byte * | data () |
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 |