BLAKE2b state information.
More...
#include <blake2.h>
|
void | Reset () |
|
word64 * | h () |
|
word64 * | t () |
|
word64 * | f () |
|
byte * | data () |
|
| CRYPTOPP_CONSTANT (BLOCKSIZE=BLAKE2b_Info::BLOCKSIZE) |
|
BLAKE2b state information.
- Since
- Crypto++ 5.6.4
Definition at line 196 of file blake2.h.
◆ BLAKE2b_State()
BLAKE2b_State::BLAKE2b_State |
( |
| ) |
|
|
inline |
◆ data()
byte * BLAKE2b_State::data |
( |
| ) |
|
|
inline |
◆ f()
word64 * BLAKE2b_State::f |
( |
| ) |
|
|
inline |
◆ h()
word64 * BLAKE2b_State::h |
( |
| ) |
|
|
inline |
◆ Reset()
void BLAKE2b_State::Reset |
( |
| ) |
|
◆ t()
word64 * BLAKE2b_State::t |
( |
| ) |
|
|
inline |
◆ m_buf
◆ m_hft
◆ m_len
size_t BLAKE2b_State::m_len |
The documentation for this struct was generated from the following files:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/blake2.h
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/blake2.cpp