|
rippled
|
Namespaces | |
| detail | |
Classes | |
| class | bignum |
| class | bn_ctx |
| class | ec_key |
| class | ec_point |
| struct | secp256k1_data |
Functions | |
| static EC_KEY * | get_EC_KEY (const ec_key &that) |
| static secp256k1_data const & | secp256k1curve () |
| bignum | get_order (EC_GROUP const *group, bn_ctx &ctx) |
| void | add_to (EC_GROUP const *group, ec_point const &a, ec_point &b, bn_ctx &ctx) |
| ec_point | multiply (EC_GROUP const *group, bignum const &n, bn_ctx &ctx) |
| ec_point | bn2point (EC_GROUP const *group, BIGNUM const *number) |
| static ec_key | ec_key_new_secp256k1_compressed () |
| void | serialize_ec_point (ec_point const &point, std::uint8_t *ptr) |
| bool | operator< (bignum const &a, bignum const &b) |
| bool | operator>= (bignum const &a, bignum const &b) |
| uint256 | uint256_from_bignum_clear (bignum &number) |
| void | add_to (bignum const &a, bignum &b, bignum const &modulus, bn_ctx &ctx) |
|
static |
Definition at line 33 of file ec_key.cpp.
|
static |
Definition at line 54 of file GenerateDeterministicKey.cpp.
Definition at line 61 of file openssl.cpp.
| void ripple::openssl::add_to | ( | EC_GROUP const * | group, |
| ec_point const & | a, | ||
| ec_point & | b, | ||
| bn_ctx & | ctx | ||
| ) |
Definition at line 78 of file openssl.cpp.
Definition at line 85 of file openssl.cpp.
| ec_point ripple::openssl::bn2point | ( | EC_GROUP const * | group, |
| BIGNUM const * | number | ||
| ) |
Definition at line 96 of file openssl.cpp.
|
static |
Definition at line 106 of file openssl.cpp.
| void ripple::openssl::serialize_ec_point | ( | ec_point const & | point, |
| std::uint8_t * | ptr | ||
| ) |
Definition at line 119 of file openssl.cpp.
1.8.17