49 std::unordered_map<crypto::public_key, cryptonote::subaddress_index> subaddresses;
50 subaddresses[
m_bob.get_keys().m_account_address.m_spend_public_key] = {0,0};
Definition single_tx_test_base.h:38
std::vector< crypto::public_key > m_additional_tx_pub_keys
Definition single_tx_test_base.h:58
cryptonote::transaction m_tx
Definition single_tx_test_base.h:56
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_helper.h:41
static const size_t loop_count
Definition generate_key_image_helper.h:43
bool test()
Definition generate_key_image_helper.h:45
POD_CLASS public_key
Definition crypto.h:64
POD_CLASS key_image
Definition crypto.h:95
bool generate_key_image_helper(const account_keys &ack, const std::unordered_map< crypto::public_key, subaddress_index > &subaddresses, const crypto::public_key &out_key, const crypto::public_key &tx_public_key, const std::vector< crypto::public_key > &additional_tx_public_keys, size_t real_output_index, keypair &in_ephemeral, crypto::key_image &ki, hw::device &hwdev)
Definition cryptonote_format_utils.cpp:290
device & get_device(const std::string &device_descriptor)
Definition device.cpp:95
Definition cryptonote_basic.h:539