sha3
Embeddable C11 SHA-3 implementation.
|
Iterative XOF context (all members are private) for XOFs with 12 round permutations. More...
#include <sha3.h>
Data Fields | |
size_t | num_bytes |
sha3_state_t | a |
_Bool | squeezing |
Iterative XOF context (all members are private) for XOFs with 12 round permutations.
sha3_state_t sha3_xof12_t::a |
internal state
size_t sha3_xof12_t::num_bytes |
number of bytes absorbed
_Bool sha3_xof12_t::squeezing |
mode (absorbing or squeezing)