Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
pke.hpp File Reference
#include <memory>
#include <vector>
#include <fc/crypto/sha1.hpp>
#include <fc/crypto/sha256.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/array.hpp>
Include dependency graph for pke.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fc::public_key
 
class  fc::private_key
 

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::detail
 
namespace  fc::raw
 

Typedefs

typedef bytes fc::signature
 

Functions

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)