|
Lightweight Cryptography Primitives
|
Structure of the internal state of the GASCON permutation. More...
#include <internal-gascon.h>
Data Fields | |
| uint64_t | S [5] |
| uint32_t | W [10] |
| uint8_t | B [40] |
Structure of the internal state of the GASCON permutation.
| uint8_t gascon_state_t::B[40] |
Bytes of the state
| uint64_t gascon_state_t::S[5] |
64-bit words of the state
| uint32_t gascon_state_t::W[10] |
32-bit words of the state
1.8.6