#include <generate_key_image.h>
Definition at line 39 of file generate_key_image.h.
◆ init()
| bool test_generate_key_image::init |
( |
| ) |
|
|
inline |
Definition at line 44 of file generate_key_image.h.
void derive_secret_key(const key_derivation &derivation, std::size_t output_index, const secret_key &base, secret_key &derived_key)
crypto::public_key m_tx_pub_key
bool generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation)
const account_keys & get_keys() const
Holds cryptonote related classes and helpers.
crypto::public_key m_spend_public_key
crypto::secret_key m_view_secret_key
account_public_address m_account_address
crypto::secret_key m_spend_secret_key
bool derive_public_key(const key_derivation &derivation, std::size_t output_index, const public_key &base, public_key &derived_key)
cryptonote::account_base m_bob
◆ test()
| bool test_generate_key_image::test |
( |
| ) |
|
|
inline |
Definition at line 62 of file generate_key_image.h.
void generate_key_image(const public_key &pub, const secret_key &sec, key_image &image)
◆ loop_count
| const size_t test_generate_key_image::loop_count = 1000 |
|
static |
The documentation for this class was generated from the following file: