libhasha 2.2.2
|
BLAKE2s hashing context structure. More...
#include <blake2s.h>
Public Attributes | |
uint32_t | h [8] |
uint32_t | t [2] |
uint32_t | f [2] |
uint8_t | buf [HA_BLAKE2S_BLOCK_SIZE] |
size_t | buflen |
size_t | outlen |
BLAKE2s hashing context structure.
This structure holds the internal state of the BLAKE2s hash computation.
uint8_t ha_blake2s_context::buf[HA_BLAKE2S_BLOCK_SIZE] |
size_t ha_blake2s_context::buflen |
size_t ha_blake2s_context::outlen |