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

State information for Xoodyak incremental hashing modes. More...

#include <xoodyak.h>

Data Fields

struct {
   unsigned char   state [48]
 
   unsigned char   count
 
   unsigned char   mode
 
s
 
unsigned long long align
 

Detailed Description

State information for Xoodyak incremental hashing modes.

Field Documentation

unsigned long long xoodyak_hash_state_t::align

For alignment of this structure

unsigned char xoodyak_hash_state_t::count

Number of bytes in the current block

unsigned char xoodyak_hash_state_t::mode

Hash mode: absorb or squeeze

struct { ... } xoodyak_hash_state_t::s

State

unsigned char xoodyak_hash_state_t::state[48]

Current hash state


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