Wire Sysio Wire Sysion 1.0.0
|
#include <elliptic.hpp>
Public Types | |
using | signature_type = signature_shim |
using | public_key_type = public_key_shim |
Public Types inherited from fc::crypto::shim< private_key_secret > | |
using | data_type |
Public Member Functions | |
signature_type | sign (const sha256 &digest, bool require_canonical=true) const |
public_key_type | get_public_key () const |
sha512 | generate_shared_secret (const public_key_type &pub_key) const |
Public Member Functions inherited from fc::crypto::shim< private_key_secret > | |
shim () | |
shim (data_type &&data) | |
shim (const data_type &data) | |
const data_type & | serialize () const |
Static Public Member Functions | |
static private_key_shim | generate () |
Additional Inherited Members | |
Public Attributes inherited from fc::crypto::shim< private_key_secret > | |
data_type | _data |
Definition at line 167 of file elliptic.hpp.
Definition at line 170 of file elliptic.hpp.
Definition at line 169 of file elliptic.hpp.
|
inlinestatic |
|
inline |
Definition at line 182 of file elliptic.hpp.
|
inline |
Definition at line 177 of file elliptic.hpp.
|
inline |