Definition single_tx_test_base.h:38
bool init()
Definition single_tx_test_base.h:40
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 derive_view_tag.h:39
bool init()
Definition derive_view_tag.h:43
crypto::key_derivation m_key_derivation
Definition derive_view_tag.h:61
static const size_t loop_count
Definition derive_view_tag.h:41
bool test()
Definition derive_view_tag.h:53
void derive_view_tag(const key_derivation &derivation, std::size_t output_index, view_tag &vt)
Definition crypto.h:312
POD_CLASS key_derivation
Definition crypto.h:91
POD_CLASS view_tag
Definition crypto.h:103
bool generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation)
Definition crypto.h:232