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

Structure of a rate block for DrySPONGE128. More...

#include <internal-drysponge.h>

Data Fields

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

Detailed Description

Structure of a rate block for DrySPONGE128.

Field Documentation

uint8_t drysponge128_rate_t::B[DRYSPONGE128_RATE]

Bytes of the rate

uint64_t drysponge128_rate_t::S[DRYSPONGE128_RATE/8]

64-bit words of the rate

uint32_t drysponge128_rate_t::W[DRYSPONGE128_RATE/4]

32-bit words of the rate


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