Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
drysponge256_x_t Union Reference

Structure of the "x" value for DrySPONGE256. More...

#include <internal-drysponge.h>

Data Fields

uint64_t S [DRYSPONGE256_XSIZE/8]
 
uint32_t W [DRYSPONGE256_XSIZE/4]
 
uint8_t B [DRYSPONGE256_XSIZE]
 

Detailed Description

Structure of the "x" value for DrySPONGE256.

Field Documentation

uint8_t drysponge256_x_t::B[DRYSPONGE256_XSIZE]

Bytes of the rate

uint64_t drysponge256_x_t::S[DRYSPONGE256_XSIZE/8]

64-bit words of the rate

uint32_t drysponge256_x_t::W[DRYSPONGE256_XSIZE/4]

32-bit words of the rate


The documentation for this union was generated from the following file: