|
Monero
|
This is the complete list of members for crypto::crypto_ops, including all inherited members.
| check_key(const public_key &) | crypto::crypto_ops | privatestatic |
| check_key(const public_key &key) | crypto::crypto_ops | friend |
| check_ring_signature(const hash &, const key_image &, const public_key *const *, std::size_t, const signature *) | crypto::crypto_ops | privatestatic |
| check_ring_signature(const hash &prefix_hash, const key_image &image, const public_key *const *pubs, std::size_t pubs_count, const signature *sig) | crypto::crypto_ops | friend |
| check_signature(const hash &, const public_key &, const signature &) | crypto::crypto_ops | privatestatic |
| check_signature(const hash &prefix_hash, const public_key &pub, const signature &sig) | crypto::crypto_ops | friend |
| check_tx_proof(const hash &, const public_key &, const public_key &, const boost::optional< public_key > &, const public_key &, const signature &, const int) | crypto::crypto_ops | privatestatic |
| check_tx_proof(const hash &prefix_hash, const public_key &R, const public_key &A, const boost::optional< public_key > &B, const public_key &D, const signature &sig, const int version) | crypto::crypto_ops | friend |
| crypto_ops() | crypto::crypto_ops | private |
| crypto_ops(const crypto_ops &) | crypto::crypto_ops | private |
| derivation_to_scalar(const key_derivation &derivation, size_t output_index, ec_scalar &res) | crypto::crypto_ops | privatestatic |
| derivation_to_scalar(const key_derivation &derivation, size_t output_index, ec_scalar &res) | crypto::crypto_ops | friend |
| derive_public_key(const key_derivation &, std::size_t, const public_key &, public_key &) | crypto::crypto_ops | privatestatic |
| derive_public_key(const key_derivation &derivation, std::size_t output_index, const public_key &base, public_key &derived_key) | crypto::crypto_ops | friend |
| derive_secret_key(const key_derivation &, std::size_t, const secret_key &, secret_key &) | crypto::crypto_ops | privatestatic |
| derive_secret_key(const key_derivation &derivation, std::size_t output_index, const secret_key &base, secret_key &derived_key) | crypto::crypto_ops | friend |
| derive_subaddress_public_key(const public_key &, const key_derivation &, std::size_t, public_key &) | crypto::crypto_ops | privatestatic |
| derive_subaddress_public_key(const public_key &out_key, const key_derivation &derivation, std::size_t output_index, public_key &result) | crypto::crypto_ops | friend |
| derive_view_tag(const key_derivation &, std::size_t, view_tag &) | crypto::crypto_ops | privatestatic |
| derive_view_tag(const key_derivation &derivation, std::size_t output_index, view_tag &vt) | crypto::crypto_ops | friend |
| generate_key_derivation(const public_key &, const secret_key &, key_derivation &) | crypto::crypto_ops | privatestatic |
| generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation) | crypto::crypto_ops | friend |
| generate_key_image(const public_key &, const secret_key &, key_image &) | crypto::crypto_ops | privatestatic |
| generate_key_image(const public_key &pub, const secret_key &sec, key_image &image) | crypto::crypto_ops | friend |
| generate_keys(public_key &pub, secret_key &sec, const secret_key &recovery_key=secret_key(), bool recover=false) | crypto::crypto_ops | privatestatic |
| generate_keys(public_key &pub, secret_key &sec, const secret_key &recovery_key=secret_key(), bool recover=false) | crypto::crypto_ops | friend |
| generate_ring_signature(const hash &, const key_image &, const public_key *const *, std::size_t, const secret_key &, std::size_t, signature *) | crypto::crypto_ops | privatestatic |
| generate_ring_signature(const hash &prefix_hash, const key_image &image, const public_key *const *pubs, std::size_t pubs_count, const secret_key &sec, std::size_t sec_index, signature *sig) | crypto::crypto_ops | friend |
| generate_signature(const hash &, const public_key &, const secret_key &, signature &) | crypto::crypto_ops | privatestatic |
| generate_signature(const hash &prefix_hash, const public_key &pub, const secret_key &sec, signature &sig) | crypto::crypto_ops | friend |
| generate_tx_proof(const hash &, const public_key &, const public_key &, const boost::optional< public_key > &, const public_key &, const secret_key &, signature &) | crypto::crypto_ops | privatestatic |
| generate_tx_proof(const hash &prefix_hash, const public_key &R, const public_key &A, const boost::optional< public_key > &B, const public_key &D, const secret_key &r, signature &sig) | crypto::crypto_ops | friend |
| generate_tx_proof_v1(const hash &, const public_key &, const public_key &, const boost::optional< public_key > &, const public_key &, const secret_key &, signature &) | crypto::crypto_ops | privatestatic |
| generate_tx_proof_v1(const hash &prefix_hash, const public_key &R, const public_key &A, const boost::optional< public_key > &B, const public_key &D, const secret_key &r, signature &sig) | crypto::crypto_ops | friend |
| operator=(const crypto_ops &) | crypto::crypto_ops | private |
| secret_key_to_public_key(const secret_key &, public_key &) | crypto::crypto_ops | privatestatic |
| secret_key_to_public_key(const secret_key &sec, public_key &pub) | crypto::crypto_ops | friend |
| ~crypto_ops() | crypto::crypto_ops | private |