Loading...
Searching...
No Matches
#include <memory>
#include <vector>
#include <fc/crypto/sha1.hpp>
#include <fc/crypto/sha256.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/array.hpp>
Go to the source code of this file.
|
void | fc::generate_key_pair (public_key &pub, private_key &priv) |
|
bool | fc::operator== (const private_key &a, const private_key &b) |
|
template<typename Stream > |
void | fc::raw::unpack (Stream &s, fc::public_key &pk) |
|
template<typename Stream > |
void | fc::raw::pack (Stream &s, const fc::public_key &pk) |
|
template<typename Stream > |
void | fc::raw::unpack (Stream &s, fc::private_key &pk) |
|
template<typename Stream > |
void | fc::raw::pack (Stream &s, const fc::private_key &pk) |
|
void | fc::to_variant (const public_key &bi, variant &v) |
|
void | fc::from_variant (const variant &v, public_key &bi) |
|
void | fc::to_variant (const private_key &bi, variant &v) |
|
void | fc::from_variant (const variant &v, private_key &bi) |
|