Lightweight Cryptography Primitives
|
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] |
Structure of the internal state of the PHOTON-256 permutation.
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