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