|
Lightweight Cryptography Primitives
|
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] |
Structure of the internal state of the Keccak-p[200] permutation.
| 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
1.8.6