Monero
Loading...
Searching...
No Matches
test_crypto_ops< op > Class Template Reference

#include <crypto_ops.h>

Collaboration diagram for test_crypto_ops< op >:

Public Member Functions

bool init ()
bool test ()

Static Public Attributes

static const size_t loop_count = op < ops_fast ? 10000000 : 1000

Private Attributes

rct::key scalar0
rct::key scalar1
rct::key scalar2
rct::key point0
rct::key point1
rct::key point2
ge_p3 p3_0
ge_p3 p3_1
ge_p3 p3_2
ge_cached cached
ge_dsmp precomp0
ge_dsmp precomp1
ge_dsmp precomp2

Member Function Documentation

◆ init()

template<test_op op>
bool test_crypto_ops< op >::init ( )
inline

◆ test()

template<test_op op>
bool test_crypto_ops< op >::test ( )
inline

Member Data Documentation

◆ cached

template<test_op op>
ge_cached test_crypto_ops< op >::cached
private

◆ loop_count

template<test_op op>
const size_t test_crypto_ops< op >::loop_count = op < ops_fast ? 10000000 : 1000
static

◆ p3_0

template<test_op op>
ge_p3 test_crypto_ops< op >::p3_0
private

◆ p3_1

template<test_op op>
ge_p3 test_crypto_ops< op >::p3_1
private

◆ p3_2

template<test_op op>
ge_p3 test_crypto_ops< op >::p3_2
private

◆ point0

template<test_op op>
rct::key test_crypto_ops< op >::point0
private

◆ point1

template<test_op op>
rct::key test_crypto_ops< op >::point1
private

◆ point2

template<test_op op>
rct::key test_crypto_ops< op >::point2
private

◆ precomp0

template<test_op op>
ge_dsmp test_crypto_ops< op >::precomp0
private

◆ precomp1

template<test_op op>
ge_dsmp test_crypto_ops< op >::precomp1
private

◆ precomp2

template<test_op op>
ge_dsmp test_crypto_ops< op >::precomp2
private

◆ scalar0

template<test_op op>
rct::key test_crypto_ops< op >::scalar0
private

◆ scalar1

template<test_op op>
rct::key test_crypto_ops< op >::scalar1
private

◆ scalar2

template<test_op op>
rct::key test_crypto_ops< op >::scalar2
private

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