libhasha 2.2.2
|
BLAKE2B hashing context structure. More...
#include <blake2b.h>
Public Attributes | |
uint64_t | h [8] |
uint64_t | t [2] |
uint64_t | f [2] |
uint8_t | buf [HA_BLAKE2B_BLOCK_SIZE] |
size_t | buflen |
size_t | outlen |
BLAKE2B hashing context structure.
This structure maintains the state of the BLAKE2B hashing process.
uint8_t ha_blake2b_context::buf[HA_BLAKE2B_BLOCK_SIZE] |
size_t ha_blake2b_context::buflen |
size_t ha_blake2b_context::outlen |