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

State information for the ACE-HASH incremental hash mode. More...

#include <ace.h>

Data Fields

struct {
   unsigned char   state [40]
 
   unsigned char   count
 
s
 
unsigned long long align
 

Detailed Description

State information for the ACE-HASH incremental hash mode.

Field Documentation

unsigned long long ace_hash_state_t::align

For alignment of this structure

unsigned char ace_hash_state_t::count

Number of bytes in the current block

struct { ... } ace_hash_state_t::s

State

unsigned char ace_hash_state_t::state[40]

Current hash state


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