#include "hash.h"
#include "serialize.h"
#include "uint256.h"
#include <stdexcept>
#include <vector>
Go to the source code of this file.
|
const unsigned int | BIP32_EXTKEY_SIZE = 74 |
| secp256k1: const unsigned int PRIVATE_KEY_SIZE = 279; const unsigned int PUBLIC_KEY_SIZE = 65; const unsigned int SIGNATURE_SIZE = 72; More...
|
|
◆ ChainCode
◆ BIP32_EXTKEY_SIZE
const unsigned int BIP32_EXTKEY_SIZE = 74 |
secp256k1: const unsigned int PRIVATE_KEY_SIZE = 279; const unsigned int PUBLIC_KEY_SIZE = 65; const unsigned int SIGNATURE_SIZE = 72;
see www.keylength.com script supports up to 75 for single byte push
Definition at line 27 of file pubkey.h.