BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <elliptic.hpp>
Static Public Member Functions | |
static extended_public_key | deserialize (const extended_key_data &data) |
static extended_public_key | from_base58 (const std::string &base58) |
Static Public Member Functions inherited from fc::ecc::public_key | |
static std::string | to_base58 (const public_key_data &key) |
static public_key | from_base58 (const std::string &b58) |
Definition at line 147 of file elliptic.hpp.
fc::ecc::extended_public_key::extended_public_key | ( | const public_key & | k, |
const sha256 & | c, | ||
int | child = 0 , |
||
int | parent_fp = 0 , |
||
uint8_t | depth = 0 |
||
) |
Definition at line 174 of file elliptic_secp256k1.cpp.
extended_public_key fc::ecc::extended_public_key::derive_child | ( | int | i | ) | const |
Definition at line 251 of file elliptic_common.cpp.
extended_public_key fc::ecc::extended_public_key::derive_normal_child | ( | int | i | ) | const |
Definition at line 178 of file elliptic_secp256k1.cpp.
|
static |
Definition at line 271 of file elliptic_common.cpp.
|
static |
Definition at line 281 of file elliptic_common.cpp.
extended_key_data fc::ecc::extended_public_key::serialize_extended | ( | ) | const |
Definition at line 257 of file elliptic_common.cpp.
std::string fc::ecc::extended_public_key::str | ( | ) | const |
Definition at line 276 of file elliptic_common.cpp.
|
inline |
Definition at line 159 of file elliptic.hpp.