Monero
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
test_signature< verify > Class Template Reference

#include <signature.h>

Inheritance diagram for test_signature< verify >:
Inheritance graph
[legend]
Collaboration diagram for test_signature< verify >:
Collaboration graph
[legend]

Public Member Functions

bool init ()
 
bool test ()
 
- Public Member Functions inherited from single_tx_test_base
bool init ()
 

Static Public Attributes

static const size_t loop_count = 10000
 

Private Attributes

cryptonote::keypair keys
 
crypto::hash message
 
crypto::signature m_signature
 

Additional Inherited Members

- Protected Attributes inherited from single_tx_test_base
cryptonote::account_base m_bob
 
cryptonote::transaction m_tx
 
crypto::public_key m_tx_pub_key
 
std::vector< crypto::public_keym_additional_tx_pub_keys
 

Member Function Documentation

◆ init()

template<bool verify>
bool test_signature< verify >::init ( void  )
inline

◆ test()

template<bool verify>
bool test_signature< verify >::test ( )
inline

Member Data Documentation

◆ keys

template<bool verify>
cryptonote::keypair test_signature< verify >::keys
private

◆ loop_count

template<bool verify>
const size_t test_signature< verify >::loop_count = 10000
static

◆ m_signature

template<bool verify>
crypto::signature test_signature< verify >::m_signature
private

◆ message

template<bool verify>
crypto::hash test_signature< verify >::message
private

The documentation for this class was generated from the following file: