|
mupdf
|
#include <crypt.h>
Public Attributes | |
| uint64_t | state [8] |
| unsigned int | count [2] |
| union { | |
| unsigned char u8 [128] | |
| uint64_t u64 [16] | |
| } | buffer |
Structure definition is public to enable stack based allocation. Do not access the members directly.
| union { ... } fz_sha512::buffer |
| unsigned int fz_sha512::count[2] |
| uint64_t fz_sha512::state[8] |
| uint64_t fz_sha512::u64[16] |
| unsigned char fz_sha512::u8[128] |