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