libbtc
bitcoinclibrary
|
#include <ecc_key.h>
Data Fields | |
btc_bool | compressed |
uint8_t | pubkey [BTC_ECKEY_UNCOMPRESSED_LENGTH] |
btc_bool btc_pubkey_::compressed |
Definition at line 46 of file ecc_key.h.
Referenced by btc_pubkey_from_key(), btc_pubkey_get_hash160(), btc_pubkey_init(), btc_pubkey_is_valid(), btc_pubkey_verify_sig(), and btc_script_build_multisig().
uint8_t btc_pubkey_::pubkey[BTC_ECKEY_UNCOMPRESSED_LENGTH] |
Definition at line 47 of file ecc_key.h.
Referenced by btc_pubkey_cleanse(), btc_pubkey_from_key(), btc_pubkey_get_hash160(), btc_pubkey_init(), btc_pubkey_is_valid(), btc_pubkey_verify_sig(), and btc_script_build_multisig().