| Lightweight Cryptography Primitives
    | 
Structure of the BLAKE2s hash state. More...
| Data Fields | |
| uint32_t | h [8] | 
| uint32_t | m [16] | 
| uint64_t | length | 
Structure of the BLAKE2s hash state.
| uint32_t blake2s_state_t::h[8] | 
Rolling hash value from block to block
| uint64_t blake2s_state_t::length | 
Length of the input so far
| uint32_t blake2s_state_t::m[16] | 
Next message block
 1.8.6
 1.8.6