nettle
3.7.3
About: Nettle is a low-level cryptographic library.
![]() ![]() |
#include <sha2.h>
Data Fields | |
uint32_t | state [8] |
uint64_t | count |
unsigned int | index |
uint8_t | block [64] |
uint8_t sha256_ctx::block[64] |
Definition at line 78 of file sha2.h.
Referenced by sha256_write_digest().
uint64_t sha256_ctx::count |
Definition at line 76 of file sha2.h.
Referenced by nettle_sha224_init(), nettle_sha256_init(), nettle_sha256_update(), sha256_write_digest(), and yarrow_iterate().
unsigned int sha256_ctx::index |
Definition at line 77 of file sha2.h.
Referenced by nettle_sha224_init(), nettle_sha256_init(), and sha256_write_digest().
uint32_t sha256_ctx::state[8] |
Definition at line 75 of file sha2.h.
Referenced by nettle_sha224_init(), nettle_sha256_init(), and sha256_write_digest().