libbtc
bitcoinclibrary
|
#include <stdio.h>
#include <limits.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | true 1 |
serialize, c/c++ save bool More... | |
#define | false 0 |
#define | LIBBTC_API |
#define | BTC_ECKEY_UNCOMPRESSED_LENGTH 65 |
#define | BTC_ECKEY_COMPRESSED_LENGTH 33 |
#define | BTC_ECKEY_PKEY_LENGTH 32 |
#define | BTC_ECKEY_PKEY_LENGTH 32 |
#define | BTC_HASH_LENGTH 32 |
Typedefs | |
typedef uint8_t | btc_bool |
#define BTC_ECKEY_COMPRESSED_LENGTH 33 |
Definition at line 68 of file btc.h.
Referenced by btc_hdnode_deserialize(), btc_hdnode_fill_public_key(), btc_hdnode_private_ckd(), btc_hdnode_public_ckd(), btc_hdnode_serialize(), btc_pubkey_from_key(), btc_pubkey_get_hash160(), and btc_script_build_multisig().
#define BTC_ECKEY_PKEY_LENGTH 32 |
Definition at line 70 of file btc.h.
Referenced by btc_hd_generate_key(), btc_hdnode_deserialize(), btc_hdnode_from_seed(), btc_hdnode_private_ckd(), btc_hdnode_serialize(), btc_privkey_cleanse(), btc_privkey_gen(), and btc_privkey_init().
#define BTC_ECKEY_UNCOMPRESSED_LENGTH 65 |
Definition at line 67 of file btc.h.
Referenced by btc_pubkey_cleanse(), btc_pubkey_get_hash160(), btc_pubkey_init(), and btc_script_build_multisig().