Electroneum
Loading...
Searching...
No Matches
crypto::crypto_ops Member List

This is the complete list of members for crypto::crypto_ops, including all inherited members.

addKeys(const public_key &A, const public_key &B)crypto::crypto_opsfriend
addSecretKeys(const secret_key &A, const secret_key &B)crypto::crypto_opsfriend
base64_decode(std::string val)crypto::crypto_opsfriend
base64_encode(std::string val)crypto::crypto_opsfriend
check_key(const public_key &key)crypto::crypto_opsfriend
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_opsfriend
check_signature(const hash &prefix_hash, const public_key &pub, const signature &sig)crypto::crypto_opsfriend
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)crypto::crypto_opsfriend
create_ed25519_keypair()crypto::crypto_opsfriend
derivation_to_scalar(const key_derivation &derivation, size_t output_index, ec_scalar &res)crypto::crypto_opsfriend
derive_public_key(const key_derivation &derivation, std::size_t output_index, const public_key &base, public_key &derived_key)crypto::crypto_opsfriend
derive_secret_key(const key_derivation &derivation, std::size_t output_index, const secret_key &base, secret_key &derived_key)crypto::crypto_opsfriend
derive_subaddress_public_key(const public_key &out_key, const key_derivation &derivation, std::size_t output_index, public_key &result)crypto::crypto_opsfriend
generate_input_signature(const hash prefix_hash, const uint32_t input_index, const secret_key sec_view, const secret_key sec_spend, signature &sig)crypto::crypto_opsfriend
generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation)crypto::crypto_opsfriend
generate_key_image(const public_key &pub, const secret_key &sec, key_image &image)crypto::crypto_opsfriend
generate_keys(public_key &pub, secret_key &sec, const secret_key &recovery_key=secret_key(), bool recover=false)crypto::crypto_opsfriend
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_opsfriend
generate_signature(const hash &prefix_hash, const public_key &pub, const secret_key &sec, signature &sig)crypto::crypto_opsfriend
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_opsfriend
secret_key_to_public_key(const secret_key &sec, public_key &pub)crypto::crypto_opsfriend
sign_message(const std::string &message, const std::string &privateKey)crypto::crypto_opsfriend
verify_input_signature(const hash &prefix_hash, const uint32_t input_index, const public_key pub_view, const public_key pub_spend, signature sig)crypto::crypto_opsfriend
verify_signature(const std::string &message, const std::string &publicKey, const std::string &signature)crypto::crypto_opsfriend
verify_signature(const std::string &message, std::vector< std::string > publicKey, const std::string &signature)crypto::crypto_opsfriend