keccak_state_t Struct Reference

Context for operations on a sponge with keccak permutation. More...

Detailed Description

Context for operations on a sponge with keccak permutation.

Definition at line 54 of file sha3.h.

#include <sha3.h>

Data Fields

unsigned char state [200]
 State of the Keccak sponge.
 
unsigned int i
 Current position within the state.
 
unsigned char delimitedSuffix
 The suffix used for padding.
 
unsigned int rate
 The bitrate of the sponge.
 
unsigned int capacity
 The capacity in bits of the sponge.
 
unsigned int rateInBytes
 The rate in bytes of the sponge.
 

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