Wire Sysio Wire Sysion 1.0.0
|
#include <fc/crypto/private_key.hpp>
#include <fc/utility.hpp>
#include <fc/exception/exception.hpp>
Go to the source code of this file.
Classes | |
struct | fc::crypto::public_key_visitor |
struct | fc::crypto::sign_visitor |
struct | fc::crypto::generate_shared_secret_visitor |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::crypto |
Functions | |
template<typename Data > | |
string | fc::crypto::to_wif (const Data &secret, const fc::yield_function_t &yield) |
template<typename Data > | |
Data | fc::crypto::from_wif (const string &wif_key) |
std::ostream & | fc::crypto::operator<< (std::ostream &s, const private_key &k) |
bool | fc::crypto::operator== (const private_key &p1, const private_key &p2) |
bool | fc::crypto::operator< (const private_key &p1, const private_key &p2) |
void | fc::to_variant (const crypto::private_key &var, variant &vo, const fc::yield_function_t &yield=fc::yield_function_t()) |
void | fc::from_variant (const variant &var, crypto::private_key &vo) |