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

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

#include <internal-keccak.h>

Data Fields

uint8_t A [5][5]
 
uint8_t B [25]
 

Detailed Description

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

Field Documentation

uint8_t keccakp_200_state_t::A[5][5]

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

uint8_t keccakp_200_state_t::B[25]

Keccak-p[200] state as a byte array


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