|
| keyM | rct::keyMInit (size_t rows, size_t cols) |
| |
| bool | rct::toPointCheckOrder (ge_p3 *P, const unsigned char *data) |
| |
| void | rct::skGen (key &sk) |
| |
| key | rct::skGen () |
| |
| keyV | rct::skvGen (size_t rows) |
| |
| key | rct::pkGen () |
| |
| void | rct::skpkGen (key &sk, key &pk) |
| |
| tuple< key, key > | rct::skpkGen () |
| |
| void | rct::genC (key &C, const key &a, etn_amount amount) |
| |
| tuple< ctkey, ctkey > | rct::ctskpkGen (etn_amount amount) |
| |
| tuple< ctkey, ctkey > | rct::ctskpkGen (const key &bH) |
| |
| key | rct::zeroCommit (etn_amount amount) |
| |
| key | rct::commit (etn_amount amount, const key &mask) |
| |
| etn_amount | rct::randEtnAmount (etn_amount upperlimit) |
| |
| void | rct::scalarmultBase (key &aG, const key &a) |
| |
| key | rct::scalarmultBase (const key &a) |
| |
| void | rct::scalarmultKey (key &aP, const key &P, const key &a) |
| |
| key | rct::scalarmultKey (const key &P, const key &a) |
| |
| key | rct::scalarmultH (const key &a) |
| |
| key | rct::scalarmult8 (const key &P) |
| |
| bool | rct::isInMainSubgroup (const key &A) |
| |
| void | rct::addKeys (key &AB, const key &A, const key &B) |
| |
| rct::key | rct::addKeys (const key &A, const key &B) |
| |
| rct::key | rct::addKeys (const keyV &A) |
| |
| void | rct::addKeys1 (key &aGB, const key &a, const key &B) |
| |
| void | rct::addKeys2 (key &aGbB, const key &a, const key &b, const key &B) |
| |
| void | rct::precomp (ge_dsmp rv, const key &B) |
| |
| void | rct::addKeys3 (key &aAbB, const key &a, const key &A, const key &b, const ge_dsmp B) |
| |
| void | rct::addKeys3 (key &aAbB, const key &a, const ge_dsmp A, const key &b, const ge_dsmp B) |
| |
| void | rct::subKeys (key &AB, const key &A, const key &B) |
| |
| bool | rct::equalKeys (const key &a, const key &b) |
| |
| void | rct::cn_fast_hash (key &hash, const void *data, const std::size_t l) |
| |
| void | rct::hash_to_scalar (key &hash, const void *data, const std::size_t l) |
| |
| void | rct::cn_fast_hash (key &hash, const key &in) |
| |
| void | rct::hash_to_scalar (key &hash, const key &in) |
| |
| key | rct::cn_fast_hash (const key &in) |
| |
| key | rct::hash_to_scalar (const key &in) |
| |
| key | rct::cn_fast_hash128 (const void *in) |
| |
| key | rct::hash_to_scalar128 (const void *in) |
| |
| key | rct::cn_fast_hash (const ctkeyV &PC) |
| |
| key | rct::hash_to_scalar (const ctkeyV &PC) |
| |
| key | rct::cn_fast_hash (const keyV &keys) |
| |
| key | rct::hash_to_scalar (const keyV &keys) |
| |
| key | rct::cn_fast_hash (const key64 keys) |
| |
| key | rct::hash_to_scalar (const key64 keys) |
| |
| key | rct::hashToPointSimple (const key &hh) |
| |
| key | rct::hashToPoint (const key &hh) |
| |
| void | rct::hashToPoint (key &pointk, const key &hh) |
| |
| void | rct::sumKeys (key &Csum, const keyV &Cis) |
| |
| key | rct::genCommitmentMask (const key &sk) |
| |
| void | rct::ecdhEncode (ecdhTuple &unmasked, const key &sharedSec, bool v2) |
| |
| void | rct::ecdhDecode (ecdhTuple &masked, const key &sharedSec, bool v2) |
| |