Wire Sysio Wire Sysion 1.0.0
|
#include <fc/crypto/bigint.hpp>
#include <fc/crypto/common.hpp>
#include <fc/crypto/openssl.hpp>
#include <fc/crypto/sha256.hpp>
#include <fc/crypto/sha512.hpp>
#include <fc/crypto/keccak256.hpp>
#include <fc/fwd.hpp>
#include <fc/array.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/crypto/elliptic.hpp>
#include <fc/reflect/reflect.hpp>
Go to the source code of this file.
Classes | |
class | fc::em::public_key |
contains only the public point of an elliptic curve key. More... | |
class | fc::em::private_key |
an elliptic curve private key. More... | |
struct | fc::em::public_key_shim |
struct | fc::em::signature_shim |
struct | fc::em::private_key_shim |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::em |
namespace | fc::em::detail |
namespace | fc::raw |
Typedefs | |
typedef fc::array< char, 33 > | fc::em::commitment_type |
typedef fc::array< char, 33 > | fc::em::public_key_data |
typedef fc::array< char, 65 > | fc::em::public_key_point_data |
the full non-compressed version of the ECC point | |
typedef fc::array< char, 72 > | fc::em::signature |
typedef fc::array< unsigned char, 65 > | fc::em::compact_signature |
typedef fc::array< char, 78 > | fc::em::extended_key_data |
Functions | |
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) |
template<typename Stream > | |
void | fc::raw::unpack (Stream &s, fc::em::public_key &pk) |
template<typename Stream > | |
void | fc::raw::pack (Stream &s, const fc::em::public_key &pk) |
template<typename Stream > | |
void | fc::raw::unpack (Stream &s, fc::em::private_key &pk) |
template<typename Stream > | |
void | fc::raw::pack (Stream &s, const fc::em::private_key &pk) |