crypto_blake2s_context_t Struct Reference
#include <blake2s.h>
Collaboration diagram for crypto_blake2s_context_t:
Public Attributes | |
| uint32_t | state [8] |
| uint64_t | count |
| uint8_t | buffer [BLAKE2S_BLOCKSIZE] |
| size_t | bufferLength |
| size_t | hashSize |
Member Data Documentation
◆ buffer
| uint8_t crypto_blake2s_context_t::buffer[BLAKE2S_BLOCKSIZE] |
◆ bufferLength
| size_t crypto_blake2s_context_t::bufferLength |
◆ count
| uint64_t crypto_blake2s_context_t::count |
◆ hashSize
| size_t crypto_blake2s_context_t::hashSize |
◆ state
| uint32_t crypto_blake2s_context_t::state[8] |
The documentation for this struct was generated from the following file:
1.8.17