|
Lightweight Cryptography Primitives
|
Internal state of the GASCON-128 permutation. More...
#include <internal-drysponge.h>
Data Fields | |
| uint64_t | S [GASCON128_STATE_SIZE/8] |
| uint32_t | W [GASCON128_STATE_SIZE/4] |
| uint8_t | B [GASCON128_STATE_SIZE] |
Internal state of the GASCON-128 permutation.
| uint8_t gascon128_state_t::B[GASCON128_STATE_SIZE] |
Bytes of the state
| uint64_t gascon128_state_t::S[GASCON128_STATE_SIZE/8] |
64-bit words of the state
| uint32_t gascon128_state_t::W[GASCON128_STATE_SIZE/4] |
32-bit words of the state
1.8.6