|
libbtc
bitcoinclibrary
|
#include <sha2.h>
Data Fields | |
| uint32_t | state [8] |
| uint64_t | bitcount |
| uint8_t | buffer [SHA256_BLOCK_LENGTH] |
| uint64_t _SHA256_CTX::bitcount |
Definition at line 48 of file sha2.h.
Referenced by sha256_Final(), sha256_Init(), and sha256_Update().
| uint8_t _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH] |
Definition at line 49 of file sha2.h.
Referenced by sha256_Final(), sha256_Init(), sha256_Transform(), and sha256_Update().
| uint32_t _SHA256_CTX::state[8] |
Definition at line 47 of file sha2.h.
Referenced by sha256_Final(), sha256_Init(), and sha256_Transform().
1.8.10