Wire Sysio Wire Sysion 1.0.0
|
Namespaces | |
namespace | config |
namespace | r1 |
namespace | webauthn |
Classes | |
struct | base58_str_parser |
struct | base58_str_parser< std::variant< Ts... >, Prefixes > |
struct | base58_str_parser_impl |
struct | base58_str_parser_impl< Result, Prefixes, Position > |
struct | base58_str_parser_impl< Result, Prefixes, Position, KeyType, Rem... > |
struct | base58str_visitor |
struct | checksummed_data |
struct | eq_comparator |
struct | eq_comparator< std::variant< Ts... > > |
struct | eq_comparator< webauthn::public_key > |
struct | eq_comparator< webauthn::signature > |
struct | generate_shared_secret_visitor |
struct | hash_visitor |
struct | is_valid_visitor |
struct | less_comparator |
struct | less_comparator< std::variant< Ts... > > |
struct | less_comparator< webauthn::public_key > |
struct | less_comparator< webauthn::signature > |
struct | overloaded |
class | private_key |
class | public_key |
struct | public_key_visitor |
struct | recovery_visitor |
struct | shim |
struct | sign_visitor |
class | signature |
Functions | |
bool | prefix_matches (const char *prefix, const std::string &str) |
size_t | hash_value (const signature &b) |
template<typename Data > | |
string | to_wif (const Data &secret, const fc::yield_function_t &yield) |
template<typename Data > | |
Data | from_wif (const string &wif_key) |
std::ostream & | operator<< (std::ostream &s, const private_key &k) |
bool | operator== (const private_key &p1, const private_key &p2) |
bool | operator< (const private_key &p1, const private_key &p2) |
std::ostream & | operator<< (std::ostream &s, const public_key &k) |
bool | operator== (const public_key &p1, const public_key &p2) |
bool | operator!= (const public_key &p1, const public_key &p2) |
bool | operator< (const public_key &p1, const public_key &p2) |
template<class... Ts> | |
overloaded (Ts...) -> overloaded< Ts... > | |
std::ostream & | operator<< (std::ostream &s, const signature &k) |
bool | operator== (const signature &p1, const signature &p2) |
bool | operator!= (const signature &p1, const signature &p2) |
bool | operator< (const signature &p1, const signature &p2) |
Definition at line 77 of file private_key.cpp.
size_t fc::crypto::hash_value | ( | const signature & | b | ) |
Definition at line 81 of file signature.cpp.
bool fc::crypto::operator!= | ( | const public_key & | p1, |
const public_key & | p2 ) |
Definition at line 96 of file public_key.cpp.
Definition at line 72 of file signature.cpp.
bool fc::crypto::operator< | ( | const private_key & | p1, |
const private_key & | p2 ) |
Definition at line 136 of file private_key.cpp.
bool fc::crypto::operator< | ( | const public_key & | p1, |
const public_key & | p2 ) |
Definition at line 100 of file public_key.cpp.
Definition at line 76 of file signature.cpp.
std::ostream & fc::crypto::operator<< | ( | std::ostream & | s, |
const private_key & | k ) |
Definition at line 127 of file private_key.cpp.
std::ostream & fc::crypto::operator<< | ( | std::ostream & | s, |
const public_key & | k ) |
Definition at line 87 of file public_key.cpp.
std::ostream & fc::crypto::operator<< | ( | std::ostream & | s, |
const signature & | k ) |
Definition at line 63 of file signature.cpp.
bool fc::crypto::operator== | ( | const private_key & | p1, |
const private_key & | p2 ) |
Definition at line 132 of file private_key.cpp.
bool fc::crypto::operator== | ( | const public_key & | p1, |
const public_key & | p2 ) |
Definition at line 92 of file public_key.cpp.
Definition at line 68 of file signature.cpp.
fc::crypto::overloaded | ( | Ts... | ) | -> overloaded< Ts... > |
|
inline |
Definition at line 27 of file common.hpp.
string fc::crypto::to_wif | ( | const Data & | secret, |
const fc::yield_function_t & | yield ) |
Definition at line 63 of file private_key.cpp.