LibAscon 1.2.1
Lightweight Authenticated Encryption & Hashing, also with Init-Update-Final paradigm.
|
Internal cipher sponge state (320 bits). More...
#include <ascon.h>
Data Fields | |
uint64_t | x0 |
Sponge's first field. More... | |
uint64_t | x1 |
Sponge's second field. More... | |
uint64_t | x2 |
Sponge's third field. More... | |
uint64_t | x3 |
Sponge's fourth field. More... | |
uint64_t | x4 |
Sponge's fifth field. More... | |
Internal cipher sponge state (320 bits).
uint64_t ascon_sponge::x0 |
Sponge's first field.
uint64_t ascon_sponge::x1 |
Sponge's second field.
uint64_t ascon_sponge::x2 |
Sponge's third field.
uint64_t ascon_sponge::x3 |
Sponge's fourth field.
uint64_t ascon_sponge::x4 |
Sponge's fifth field.