Wire Sysio Wire Sysion 1.0.0
|
#include <fc/crypto/elliptic.hpp>
#include <fc/crypto/elliptic_r1.hpp>
#include <fc/crypto/elliptic_webauthn.hpp>
#include <fc/crypto/elliptic_em.hpp>
#include <fc/crypto/signature.hpp>
#include <fc/reflect/reflect.hpp>
#include <fc/reflect/variant.hpp>
#include <fc/static_variant.hpp>
Go to the source code of this file.
Classes | |
class | fc::crypto::public_key |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::crypto |
namespace | fc::crypto::config |
Functions | |
void | fc::to_variant (const crypto::public_key &var, variant &vo, const fc::yield_function_t &yield=fc::yield_function_t()) |
void | fc::from_variant (const variant &var, crypto::public_key &vo) |
Variables | |
constexpr const char * | fc::crypto::config::public_key_legacy_prefix = "SYS" |
constexpr const char * | fc::crypto::config::public_key_base_prefix = "PUB" |
constexpr const char * | fc::crypto::config::public_key_prefix [] |