crypto::public_key pub
Definition: cryptonote_basic.h:540
void derive_secret_key(const key_derivation &derivation, std::size_t output_index, const secret_key &base, secret_key &derived_key)
Definition: crypto.h:242
crypto::secret_key sec
Definition: cryptonote_basic.h:541
Definition: cryptonote_basic.h:538
POD_CLASS key_derivation
Definition: crypto.h:88
crypto::public_key m_tx_pub_key
Definition: single_tx_test_base.h:57
bool generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation)
Definition: crypto.h:232
cryptonote::keypair m_in_ephemeral
Definition: generate_key_image.h:69
const account_keys & get_keys() const
Definition: account.cpp:267
Holds cryptonote related classes and helpers.
Definition: blockchain_db.cpp:44
crypto::public_key m_spend_public_key
Definition: cryptonote_basic.h:513
void generate_key_image(const public_key &pub, const secret_key &sec, key_image &image)
Definition: crypto.h:279
bool test()
Definition: generate_key_image.h:61
static const size_t loop_count
Definition: generate_key_image.h:41
Definition: single_tx_test_base.h:37
crypto::secret_key m_view_secret_key
Definition: account.h:44
account_public_address m_account_address
Definition: account.h:42
POD_CLASS key_image
Definition: crypto.h:92
crypto::secret_key m_spend_secret_key
Definition: account.h:43
bool derive_public_key(const key_derivation &derivation, std::size_t output_index, const public_key &base, public_key &derived_key)
Definition: crypto.h:235
cryptonote::account_base m_bob
Definition: single_tx_test_base.h:55
bool init()
Definition: generate_key_image.h:43
bool init()
Definition: single_tx_test_base.h:40
Definition: generate_key_image.h:38