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

Internal state of the Shadow-512 permutation. More...

#include <internal-spook.h>

Data Fields

uint32_t W [SHADOW512_STATE_SIZE/4]
 
uint8_t B [SHADOW512_STATE_SIZE]
 

Detailed Description

Internal state of the Shadow-512 permutation.

Field Documentation

uint8_t shadow512_state_t::B[SHADOW512_STATE_SIZE]

Bytes of the state

uint32_t shadow512_state_t::W[SHADOW512_STATE_SIZE/4]

Words of the state


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