libbtc
bitcoinclibrary
|
Go to the source code of this file.
Typedefs | |
typedef uint8_t | uint256[32] |
Functions | |
LIBBTC_API void | btc_hash (const unsigned char *datain, size_t length, uint256 hashout) |
LIBBTC_API void | btc_hash_sngl_sha256 (const unsigned char *datain, size_t length, uint256 hashout) |
LIBBTC_API void btc_hash | ( | const unsigned char * | datain, |
size_t | length, | ||
uint256 | hashout | ||
) |
Definition at line 1026 of file sha2.c.
References sha256_Raw().
Referenced by btc_privkey_verify_pubkey().
LIBBTC_API void btc_hash_sngl_sha256 | ( | const unsigned char * | datain, |
size_t | length, | ||
uint256 | hashout | ||
) |
Definition at line 1033 of file sha2.c.
References sha256_Raw().