49 message = crypto::rand<crypto::hash>();
crypto::public_key pub
Definition: cryptonote_basic.h:540
Definition: signature.h:39
crypto::secret_key sec
Definition: cryptonote_basic.h:541
static const size_t loop_count
Definition: signature.h:42
Definition: cryptonote_basic.h:538
void generate_signature(const hash &prefix_hash, const public_key &pub, const secret_key &sec, signature &sig)
Definition: crypto.h:252
cryptonote::keypair keys
Definition: signature.h:65
crypto::signature m_signature
Definition: signature.h:67
def verify()
Definition: gitian-build.py:101
device & get_device(const std::string &device_descriptor)
Definition: device.cpp:95
bool init()
Definition: signature.h:44
Definition: single_tx_test_base.h:37
static keypair generate(hw::device &hwdev)
Definition: cryptonote_basic.h:543
POD_CLASS signature
Definition: crypto.h:98
crypto::hash message
Definition: signature.h:66
POD_CLASS hash
Definition: hash.h:49
bool test()
Definition: signature.h:56
bool init()
Definition: single_tx_test_base.h:40
bool check_signature(const hash &prefix_hash, const public_key &pub, const signature &sig)
Definition: crypto.h:255