#include <sha3.h>
SHA3/Keccak hashing context.
More...
SHA3/Keccak hashing context.
|
union { |
uint8_t b [200] |
| 8-bit input buffer
|
|
uint64_t q [25] |
| 64-bit input buffer
|
|
} | st |
| Input buffer union.
|
|
uint32_t | outlen |
| Digest length, in bytes.
|
|
uint32_t | rsiz |
| Rate size, in bytes.
|
|
uint32_t | pt |
| Length of buffered input.
|
|
The documentation for this struct was generated from the following file: