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

State information for the Esch384 incremental hash mode. More...

#include <sparkle.h>

Data Fields

struct {
   unsigned char   state [64]
 
   unsigned char   block [16]
 
   unsigned char   count
 
s
 
unsigned long long align
 

Detailed Description

State information for the Esch384 incremental hash mode.

Field Documentation

unsigned long long esch_384_hash_state_t::align

For alignment of this structure

unsigned char esch_384_hash_state_t::block[16]

Partial input data block

unsigned char esch_384_hash_state_t::count

Number of bytes in the current block

struct { ... } esch_384_hash_state_t::s

State

unsigned char esch_384_hash_state_t::state[64]

Current hash state


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