|
Lightweight Cryptography Primitives
|
State information for GASCON-HASH and GASCON-XOF incremental modes. More...
#include <gascon128.h>
Data Fields | |
| struct { | |
| unsigned char state [40] | |
| unsigned char count | |
| unsigned char mode | |
| } | s |
| unsigned long long | align |
State information for GASCON-HASH and GASCON-XOF incremental modes.
| unsigned long long gascon_hash_state_t::align |
For alignment of this structure
| unsigned char gascon_hash_state_t::count |
Number of bytes in the current block
| unsigned char gascon_hash_state_t::mode |
Hash mode: 0 for absorb, 1 for squeeze
| struct { ... } gascon_hash_state_t::s |
State
| unsigned char gascon_hash_state_t::state[40] |
Current hash state
1.8.6