#include <bip32.hpp>
Definition at line 29 of file bip32.hpp.
◆ derive_child()
| std::pair< ExtendedKey, bool > secp256k1::ExtendedKey::derive_child |
( |
std::uint32_t |
index | ) |
const |
◆ derive_hardened()
| std::pair< ExtendedKey, bool > secp256k1::ExtendedKey::derive_hardened |
( |
std::uint32_t |
index | ) |
const |
|
inline |
◆ derive_normal()
| std::pair< ExtendedKey, bool > secp256k1::ExtendedKey::derive_normal |
( |
std::uint32_t |
index | ) |
const |
|
inline |
◆ fingerprint()
| std::array< std::uint8_t, 4 > secp256k1::ExtendedKey::fingerprint |
( |
| ) |
const |
◆ private_key()
◆ public_key()
| fast::Point secp256k1::ExtendedKey::public_key |
( |
| ) |
const |
◆ serialize()
| std::array< std::uint8_t, 78 > secp256k1::ExtendedKey::serialize |
( |
| ) |
const |
◆ to_public()
| ExtendedKey secp256k1::ExtendedKey::to_public |
( |
| ) |
const |
◆ chain_code
| std::array<std::uint8_t, 32> secp256k1::ExtendedKey::chain_code |
◆ child_number
| std::uint32_t secp256k1::ExtendedKey::child_number |
◆ depth
| std::uint8_t secp256k1::ExtendedKey::depth |
◆ is_private
| bool secp256k1::ExtendedKey::is_private |
◆ key
| std::array<std::uint8_t, 32> secp256k1::ExtendedKey::key |
◆ parent_fingerprint
| std::array<std::uint8_t, 4> secp256k1::ExtendedKey::parent_fingerprint |
◆ pub_prefix
| std::uint8_t secp256k1::ExtendedKey::pub_prefix = 0 |
The documentation for this struct was generated from the following file: