|
| void | rct::dp (key a) |
| void | rct::dp (bool a) |
| void | rct::dp (const char *a, int l) |
| void | rct::dp (keyV a) |
| void | rct::dp (keyM a) |
| void | rct::dp (xmr_amount vali) |
| void | rct::dp (bits amountb) |
| void | rct::dp (const char *st) |
| void | rct::d2h (key &amounth, const xmr_amount in) |
| key | rct::d2h (const xmr_amount in) |
| void | rct::d2b (bits amountb, xmr_amount val) |
| xmr_amount | rct::h2d (const key &test) |
| void | rct::h2b (bits amountb2, const key &test) |
| void | rct::b2h (key &amountdh, const bits amountb2) |
| xmr_amount | rct::b2d (bits amountb) |
| bool | rct::is_rct_simple (int type) |
| bool | rct::is_rct_bulletproof (int type) |
| bool | rct::is_rct_bulletproof_plus (int type) |
| bool | rct::is_rct_borromean (int type) |
| bool | rct::is_rct_clsag (int type) |
| static size_t | rct::n_bulletproof_amounts_base (const size_t L_size, const size_t R_size, const size_t V_size, const size_t max_outputs) |
| size_t | rct::n_bulletproof_amounts (const Bulletproof &proof) |
| size_t | rct::n_bulletproof_plus_amounts (const BulletproofPlus &proof) |
| size_t | rct::n_bulletproof_amounts (const std::vector< Bulletproof > &proofs) |
| size_t | rct::n_bulletproof_plus_amounts (const std::vector< BulletproofPlus > &proofs) |
| static size_t | rct::n_bulletproof_max_amounts_base (size_t L_size, size_t R_size, size_t max_outputs) |
| size_t | rct::n_bulletproof_max_amounts (const Bulletproof &proof) |
| size_t | rct::n_bulletproof_plus_max_amounts (const BulletproofPlus &proof) |
| size_t | rct::n_bulletproof_max_amounts (const std::vector< Bulletproof > &proofs) |
| size_t | rct::n_bulletproof_plus_max_amounts (const std::vector< BulletproofPlus > &proofs) |