#include <derive_public_key.h>
Definition at line 39 of file derive_public_key.h.
◆ init()
| bool test_derive_public_key::init |
( |
| ) |
|
|
inline |
Definition at line 44 of file derive_public_key.h.
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
crypto::public_key m_spend_public_key
crypto::secret_key m_view_secret_key
account_public_address m_account_address
cryptonote::account_base m_bob
◆ test()
| bool test_derive_public_key::test |
( |
| ) |
|
|
inline |
Definition at line 55 of file derive_public_key.h.
bool derive_public_key(const key_derivation &derivation, std::size_t output_index, const public_key &base, public_key &derived_key)
◆ loop_count
| const size_t test_derive_public_key::loop_count = 1000 |
|
static |
The documentation for this class was generated from the following file: