Wire Sysio Wire Sysion 1.0.0
|
Namespaces | |
namespace | detail |
Classes | |
class | private_key |
an elliptic curve private key. More... | |
struct | private_key_shim |
class | public_key |
contains only the public point of an elliptic curve key. More... | |
struct | public_key_shim |
struct | signature_shim |
Typedefs | |
typedef fc::array< char, 33 > | commitment_type |
typedef fc::array< char, 33 > | public_key_data |
typedef fc::array< char, 65 > | public_key_point_data |
the full non-compressed version of the ECC point | |
typedef fc::array< char, 72 > | signature |
typedef fc::array< unsigned char, 65 > | compact_signature |
typedef fc::array< char, 78 > | extended_key_data |
typedef fc::array<char,33> fc::em::commitment_type |
Definition at line 23 of file elliptic_em.hpp.
typedef fc::array<unsigned char,65> fc::em::compact_signature |
Definition at line 28 of file elliptic_em.hpp.
typedef fc::array<char,78> fc::em::extended_key_data |
Definition at line 29 of file elliptic_em.hpp.
typedef fc::array<char,33> fc::em::public_key_data |
Definition at line 24 of file elliptic_em.hpp.
typedef fc::array<char,65> fc::em::public_key_point_data |
Definition at line 26 of file elliptic_em.hpp.
typedef fc::array<char,72> fc::em::signature |
Definition at line 27 of file elliptic_em.hpp.