|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
#include <sha256.h>
Data Fields | |
| uint32_t | state [8] |
| uint64_t | bitcount |
| uint8_t | buffer [64] |
| uint64_t sha256_ctx::bitcount |
Definition at line 44 of file sha256.h.
Referenced by aaruf_sha256_final(), aaruf_sha256_init(), and aaruf_sha256_update().
| uint8_t sha256_ctx::buffer[64] |
Definition at line 45 of file sha256.h.
Referenced by aaruf_sha256_final(), aaruf_sha256_init(), and aaruf_sha256_update().
| uint32_t sha256_ctx::state[8] |
Definition at line 43 of file sha256.h.
Referenced by aaruf_sha256_final(), aaruf_sha256_init(), and aaruf_sha256_update().