|
|
union { |
|
uint8_t b [128] |
| | 8-bit input buffer
|
| |
|
uint64_t q [16] |
| | 64-bit input buffer
|
| |
| } | in |
| | Input buffer union.
|
| |
|
uint64_t | h [8] |
| | Internal hashing state.
|
| |
|
uint64_t | t [2] |
| | Total number of bytes.
|
| |
|
uint64_t | c |
| | Length of buffered input.
|
| |
|
uint64_t | outlen |
| | Digest length.
|
| |
The documentation for this struct was generated from the following file: