#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.
45 {
46 using namespace cryptonote;
47
49 return false;
50
51 account_keys bob_keys =
m_bob.get_keys();
52
55
58
59 return true;
60 }
crypto::public_key m_tx_pub_key
cryptonote::account_base m_bob
void derive_secret_key(const key_derivation &derivation, std::size_t output_index, const secret_key &base, secret_key &derived_key)
bool generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation)
bool derive_public_key(const key_derivation &derivation, std::size_t output_index, const public_key &base, public_key &derived_key)
crypto::secret_key m_view_secret_key
crypto::secret_key m_spend_secret_key
account_public_address m_account_address
crypto::public_key m_spend_public_key
◆ test()
| bool test_generate_key_image::test |
( |
| ) |
|
|
inline |
Definition at line 62 of file generate_key_image.h.
63 {
66 return true;
67 }
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:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/performance_tests/generate_key_image.h