|
Wire Sysio Wire Sysion 1.0.0
|
#include <fc/crypto/elliptic.hpp>#include <fc/crypto/base58.hpp>#include <fc/crypto/hmac.hpp>#include <fc/crypto/openssl.hpp>#include <fc/crypto/sha512.hpp>#include <fc/fwd_impl.hpp>#include <fc/exception/exception.hpp>#include <fc/log/logger.hpp>#include <secp256k1.h>#include <secp256k1_recovery.h>#include <alloca.h>#include "_elliptic_impl_priv.hpp"
Go to the source code of this file.
Classes | |
| class | fc::ecc::detail::public_key_impl |
Namespaces | |
| namespace | fc |
| namespace sysio::chain | |
| namespace | fc::ecc |
| namespace | fc::ecc::detail |
Functions | |
| const secp256k1_context * | fc::ecc::detail::_get_context () |
| void | fc::ecc::detail::_init_lib () |
| chr37 | fc::ecc::detail::_derive_message (const public_key_data &key, int i) |
| fc::sha256 | fc::ecc::detail::_left (const fc::sha512 &v) |
| fc::sha256 | fc::ecc::detail::_right (const fc::sha512 &v) |
| const ec_group & | fc::ecc::detail::get_curve () |
| const private_key_secret & | fc::ecc::detail::get_curve_order () |
| const private_key_secret & | fc::ecc::detail::get_half_curve_order () |