Lightweight Cryptography Primitives
|
Structure of a rate block for DrySPONGE256. More...
#include <internal-drysponge.h>
Data Fields | |
uint64_t | S [DRYSPONGE256_RATE/8] |
uint32_t | W [DRYSPONGE256_RATE/4] |
uint8_t | B [DRYSPONGE256_RATE] |
Structure of a rate block for DrySPONGE256.
uint8_t drysponge256_rate_t::B[DRYSPONGE256_RATE] |
Bytes of the rate
uint64_t drysponge256_rate_t::S[DRYSPONGE256_RATE/8] |
64-bit words of the rate
uint32_t drysponge256_rate_t::W[DRYSPONGE256_RATE/4] |
32-bit words of the rate