const account_keys & get_keys() const
Definition: account.cpp:256
Definition: single_tx_test_base.h:38
bool init()
Definition: single_tx_test_base.h:40
crypto::public_key m_tx_pub_key
Definition: single_tx_test_base.h:57
cryptonote::account_base m_bob
Definition: single_tx_test_base.h:55
Definition: generate_key_image.h:39
cryptonote::keypair m_in_ephemeral
Definition: generate_key_image.h:69
static const size_t loop_count
Definition: generate_key_image.h:41
bool init()
Definition: generate_key_image.h:43
bool test()
Definition: generate_key_image.h:61
POD_CLASS key_derivation
Definition: crypto.h:91
void derive_secret_key(const key_derivation &derivation, std::size_t output_index, const secret_key &base, secret_key &derived_key)
Definition: crypto.h:240
bool generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation)
Definition: crypto.h:230
bool derive_public_key(const key_derivation &derivation, std::size_t output_index, const public_key &base, public_key &derived_key)
Definition: crypto.h:233
POD_CLASS key_image
Definition: crypto.h:95
void generate_key_image(const public_key &pub, const secret_key &sec, key_image &image)
Definition: crypto.h:277
Holds cryptonote related classes and helpers.
Definition: blockchain_db.cpp:45
crypto::secret_key m_view_secret_key
Definition: account.h:44
crypto::secret_key m_spend_secret_key
Definition: account.h:43
account_public_address m_account_address
Definition: account.h:42
crypto::public_key m_spend_public_key
Definition: cryptonote_basic.h:513
Definition: cryptonote_basic.h:539
crypto::secret_key sec
Definition: cryptonote_basic.h:541
crypto::public_key pub
Definition: cryptonote_basic.h:540