child(const fc::sha256 &offset) const | fc::ecc::private_key | |
derive_child(int i) const | fc::ecc::extended_private_key | |
derive_hardened_child(int i) const | fc::ecc::extended_private_key | |
derive_normal_child(int i) const | fc::ecc::extended_private_key | |
deserialize(const extended_key_data &data) | fc::ecc::extended_private_key | static |
extended_private_key(const private_key &k, const sha256 &c, int child=0, int parent_fp=0, uint8_t depth=0) | fc::ecc::extended_private_key | |
fingerprint() const | fc::ecc::private_key | inline |
from_base58(const std::string &base58) | fc::ecc::extended_private_key | static |
generate() | fc::ecc::private_key | static |
generate_from_seed(const fc::sha256 &seed, const fc::sha256 &offset=fc::sha256()) | fc::ecc::private_key | static |
generate_master(const std::string &seed) | fc::ecc::extended_private_key | static |
generate_master(const char *seed, uint32_t seed_len) | fc::ecc::extended_private_key | static |
get_extended_public_key() const | fc::ecc::extended_private_key | |
get_public_key() const | fc::ecc::private_key | |
get_secret() const | fc::ecc::private_key | |
get_shared_secret(const public_key &pub) const | fc::ecc::private_key | |
operator private_key_secret() const | fc::ecc::private_key | inline |
operator=(private_key &&pk) | fc::ecc::private_key | |
operator=(const private_key &pk) | fc::ecc::private_key | |
private_key() | fc::ecc::private_key | |
private_key(private_key &&pk) | fc::ecc::private_key | |
private_key(const private_key &pk) | fc::ecc::private_key | |
regenerate(const fc::sha256 &secret) | fc::ecc::private_key | static |
serialize_extended() const | fc::ecc::extended_private_key | |
sign_compact(const fc::sha256 &digest, bool require_canonical=true) const | fc::ecc::private_key | |
str() const | fc::ecc::extended_private_key | |
to_base58() const | fc::ecc::extended_private_key | inline |
~private_key() | fc::ecc::private_key | |