Wire Sysio Wire Sysion 1.0.0
|
Classes | |
class | private_key_impl |
class | public_key_impl |
Typedefs | |
typedef fc::array< char, 37 > | chr37 |
Functions | |
const secp256k1_context * | _get_context () |
void | _init_lib () |
chr37 | _derive_message (const public_key_data &key, int i) |
fc::sha256 | _left (const fc::sha512 &v) |
fc::sha256 | _right (const fc::sha512 &v) |
const ec_group & | get_curve () |
const private_key_secret & | get_curve_order () |
const private_key_secret & | get_half_curve_order () |
typedef fc::array< char, 37 > fc::em::detail::chr37 |
Definition at line 55 of file elliptic_em.cpp.
chr37 fc::em::detail::_derive_message | ( | const public_key_data & | key, |
int | i ) |
Definition at line 60 of file elliptic_em_common.cpp.
const secp256k1_context * fc::em::detail::_get_context | ( | ) |
Definition at line 28 of file elliptic_em.cpp.
void fc::em::detail::_init_lib | ( | ) |
Definition at line 33 of file elliptic_em.cpp.
fc::sha256 fc::em::detail::_left | ( | const fc::sha512 & | v | ) |
Definition at line 27 of file elliptic_em_common.cpp.
fc::sha256 fc::em::detail::_right | ( | const fc::sha512 & | v | ) |
const ec_group & fc::em::detail::get_curve | ( | ) |
Definition at line 66 of file elliptic_em_common.cpp.
const private_key_secret & fc::em::detail::get_curve_order | ( | ) |
Definition at line 84 of file elliptic_em_common.cpp.
const private_key_secret & fc::em::detail::get_half_curve_order | ( | ) |
Definition at line 103 of file elliptic_em_common.cpp.