WhirlpoolContext Struct Reference
Whirlpool algorithm context. More...
#include <whirlpool.h>
Data Fields | |
| uint64_t | h [8] |
| union { | |
| uint64_t x [8] | |
| uint8_t buffer [64] | |
| }; | |
| uint64_t | k [8] |
| uint64_t | l [8] |
| uint64_t | state [8] |
| size_t | size |
| uint64_t | totalSize |
Detailed Description
Whirlpool algorithm context.
Definition at line 56 of file whirlpool.h.
Field Documentation
◆ @1
| union { ... } |
◆ buffer
| uint8_t buffer[64] |
Definition at line 62 of file whirlpool.h.
◆ h
| uint64_t h[8] |
Definition at line 58 of file whirlpool.h.
◆ k
| uint64_t k[8] |
Definition at line 65 of file whirlpool.h.
◆ l
| uint64_t l[8] |
Definition at line 66 of file whirlpool.h.
◆ size
| size_t size |
Definition at line 69 of file whirlpool.h.
◆ state
| uint64_t state[8] |
Definition at line 67 of file whirlpool.h.
◆ totalSize
| uint64_t totalSize |
Definition at line 70 of file whirlpool.h.
◆ x
| uint64_t x[8] |
Definition at line 61 of file whirlpool.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/hash/whirlpool.h
