MeterLogger
|
#include <user/crypto/sha256.h>
Data Fields | |
uint32_t | state [8] |
uint64_t | bitcount |
uint8_t | buffer [SHA256_BLOCK_LENGTH] |
uint64_t sha256_ctx_t::bitcount |
Definition at line 44 of file sha256.h.
Referenced by sha256_final(), sha256_init(), and sha256_update().
uint8_t sha256_ctx_t::buffer[SHA256_BLOCK_LENGTH] |
Definition at line 45 of file sha256.h.
Referenced by sha256_final(), sha256_init(), sha256_transform(), and sha256_update().
uint32_t sha256_ctx_t::state[8] |
Definition at line 43 of file sha256.h.
Referenced by sha256_final(), sha256_init(), and sha256_transform().