BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <elliptic.hpp>
Static Public Member Functions | |
static extended_private_key | deserialize (const extended_key_data &data) |
static extended_private_key | from_base58 (const std::string &base58) |
static extended_private_key | generate_master (const std::string &seed) |
static extended_private_key | generate_master (const char *seed, uint32_t seed_len) |
Static Public Member Functions inherited from fc::ecc::private_key | |
static private_key | generate () |
static private_key | regenerate (const fc::sha256 &secret) |
static private_key | generate_from_seed (const fc::sha256 &seed, const fc::sha256 &offset=fc::sha256()) |
Definition at line 168 of file elliptic.hpp.
fc::ecc::extended_private_key::extended_private_key | ( | const private_key & | k, |
const sha256 & | c, | ||
int | child = 0 , |
||
int | parent_fp = 0 , |
||
uint8_t | depth = 0 |
||
) |
Definition at line 193 of file elliptic_secp256k1.cpp.
extended_private_key fc::ecc::extended_private_key::derive_child | ( | int | i | ) | const |
Definition at line 302 of file elliptic_common.cpp.
extended_private_key fc::ecc::extended_private_key::derive_hardened_child | ( | int | i | ) | const |
Definition at line 315 of file elliptic_common.cpp.
extended_private_key fc::ecc::extended_private_key::derive_normal_child | ( | int | i | ) | const |
Definition at line 307 of file elliptic_common.cpp.
|
static |
Definition at line 339 of file elliptic_common.cpp.
|
static |
Definition at line 349 of file elliptic_common.cpp.
|
static |
Definition at line 371 of file elliptic_common.cpp.
|
static |
Definition at line 366 of file elliptic_common.cpp.
extended_public_key fc::ecc::extended_private_key::get_extended_public_key | ( | ) | const |
Definition at line 297 of file elliptic_common.cpp.
extended_key_data fc::ecc::extended_private_key::serialize_extended | ( | ) | const |
Definition at line 324 of file elliptic_common.cpp.
std::string fc::ecc::extended_private_key::str | ( | ) | const |
Definition at line 344 of file elliptic_common.cpp.
|
inline |
Definition at line 183 of file elliptic.hpp.