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

Structure of the internal state of the PHOTON-256 permutation. More...

#include <internal-photon256.h>

Data Fields

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

Detailed Description

Structure of the internal state of the PHOTON-256 permutation.

Field Documentation

uint8_t photon256_state_t::B[PHOTON256_STATE_SIZE]

Bytes of the state

uint32_t photon256_state_t::W[PHOTON256_STATE_SIZE/4]

32-bit words of the state


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