Wire Sysio Wire Sysion 1.0.0
|
#include <fc/crypto/signature.hpp>
#include <fc/crypto/common.hpp>
#include <fc/exception/exception.hpp>
Go to the source code of this file.
Classes | |
struct | fc::crypto::hash_visitor |
struct | fc::crypto::overloaded< Ts > |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::crypto |
Functions | |
template<class... Ts> | |
fc::crypto::overloaded (Ts...) -> overloaded< Ts... > | |
std::ostream & | fc::crypto::operator<< (std::ostream &s, const signature &k) |
bool | fc::crypto::operator== (const signature &p1, const signature &p2) |
bool | fc::crypto::operator!= (const signature &p1, const signature &p2) |
bool | fc::crypto::operator< (const signature &p1, const signature &p2) |
size_t | fc::crypto::hash_value (const signature &b) |
void | fc::to_variant (const crypto::signature &var, variant &vo, const fc::yield_function_t &yield=fc::yield_function_t()) |
void | fc::from_variant (const variant &var, crypto::signature &vo) |