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