![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <hash.h>
Public Attributes | |
uint32_t | s [32] |
uint32_t | buf [16] |
size_t | bytes |
uint32_t secp256k1_sha256_t::buf[16] |
Definition at line 15 of file hash.h.
Referenced by secp256k1_sha256_write().
size_t secp256k1_sha256_t::bytes |
Definition at line 16 of file hash.h.
Referenced by secp256k1_sha256_finalize(), secp256k1_sha256_initialize(), and secp256k1_sha256_write().
uint32_t secp256k1_sha256_t::s[32] |
Definition at line 14 of file hash.h.
Referenced by secp256k1_sha256_finalize(), secp256k1_sha256_initialize(), and secp256k1_sha256_write().