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 () |
fc::sha256 | _left (const fc::sha512 &v) |
fc::sha256 | _right (const fc::sha512 &v) |
chr37 | _derive_message (const public_key_data &key, int i) |
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::ecc::detail::chr37 |
Definition at line 24 of file elliptic_common.cpp.
chr37 fc::ecc::detail::_derive_message | ( | const public_key_data & | key, |
int | i ) |
Definition at line 59 of file elliptic_common.cpp.
const secp256k1_context * fc::ecc::detail::_get_context | ( | ) |
Definition at line 18 of file elliptic_mixed.cpp.
void fc::ecc::detail::_init_lib | ( | ) |
Definition at line 23 of file elliptic_mixed.cpp.
fc::sha256 fc::ecc::detail::_left | ( | const fc::sha512 & | v | ) |
Definition at line 26 of file elliptic_common.cpp.
fc::sha256 fc::ecc::detail::_right | ( | const fc::sha512 & | v | ) |
const ec_group & fc::ecc::detail::get_curve | ( | ) |
Definition at line 65 of file elliptic_common.cpp.
const private_key_secret & fc::ecc::detail::get_curve_order | ( | ) |
Definition at line 83 of file elliptic_common.cpp.
const private_key_secret & fc::ecc::detail::get_half_curve_order | ( | ) |
Definition at line 102 of file elliptic_common.cpp.