Wire Sysio Wire Sysion 1.0.0
|
#include <fc/crypto/base58.hpp>
#include <fc/crypto/elliptic.hpp>
#include <fc/crypto/elliptic_em.hpp>
#include <fc/io/raw.hpp>
#include <fc/crypto/hmac.hpp>
#include <fc/crypto/openssl.hpp>
#include <fc/crypto/ripemd160.hpp>
#include <alloca.h>
Go to the source code of this file.
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::em |
namespace | fc::em::detail |
Macros | |
#define | BTC_EXT_PUB_MAGIC (0x0488B21E) |
#define | BTC_EXT_PRIV_MAGIC (0x0488ADE4) |
Functions | |
fc::sha256 | fc::em::detail::_left (const fc::sha512 &v) |
fc::sha256 | fc::em::detail::_right (const fc::sha512 &v) |
chr37 | fc::em::detail::_derive_message (const public_key_data &key, int i) |
const ec_group & | fc::em::detail::get_curve () |
const private_key_secret & | fc::em::detail::get_curve_order () |
const private_key_secret & | fc::em::detail::get_half_curve_order () |
void | fc::to_variant (const em::private_key &var, variant &vo) |
void | fc::from_variant (const variant &var, em::private_key &vo) |
void | fc::to_variant (const em::public_key &var, variant &vo) |
void | fc::from_variant (const variant &var, em::public_key &vo) |
#define BTC_EXT_PRIV_MAGIC (0x0488ADE4) |
Definition at line 20 of file elliptic_em_common.cpp.
#define BTC_EXT_PUB_MAGIC (0x0488B21E) |
Definition at line 19 of file elliptic_em_common.cpp.