KeccakContext Struct Reference
Keccak context. More...
#include <keccak.h>
Data Fields | |
union { | |
keccak_lane_t a [5][5] | |
uint8_t digest [1] | |
}; | |
union { | |
keccak_lane_t block [24] | |
uint8_t buffer [1] | |
}; | |
uint_t | blockSize |
size_t | length |
Detailed Description
Field Documentation
◆ @1
union { ... } |
◆ @3
union { ... } |
◆ a
keccak_lane_t a[5][5] |
◆ block
keccak_lane_t block[24] |
◆ blockSize
◆ buffer
◆ digest
◆ length
The documentation for this struct was generated from the following file:
- cyclone_crypto/xof/keccak.h