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

Structure of the internal state of the Keccak-p[400] permutation. More...

#include <internal-keccak.h>

Data Fields

uint16_t A [5][5]
 
uint8_t B [50]
 

Detailed Description

Structure of the internal state of the Keccak-p[400] permutation.

Field Documentation

uint16_t keccakp_400_state_t::A[5][5]

Keccak-p[400] state as a 5x5 array of lanes

uint8_t keccakp_400_state_t::B[50]

Keccak-p[400] state as a byte array


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