Monero
Loading...
Searching...
No Matches
test_cn_fast_hash< bytes > Class Template Reference

#include <cn_fast_hash.h>

Public Member Functions

bool init ()
bool test ()

Static Public Attributes

static const size_t loop_count = bytes < 256 ? 100000 : bytes < 4096 ? 10000 : 1000

Private Attributes

std::array< uint8_t, bytes > m_data

Member Function Documentation

◆ init()

template<size_t bytes>
bool test_cn_fast_hash< bytes >::init ( )
inline

◆ test()

template<size_t bytes>
bool test_cn_fast_hash< bytes >::test ( )
inline

Member Data Documentation

◆ loop_count

template<size_t bytes>
const size_t test_cn_fast_hash< bytes >::loop_count = bytes < 256 ? 100000 : bytes < 4096 ? 10000 : 1000
static

◆ m_data

template<size_t bytes>
std::array<uint8_t, bytes> test_cn_fast_hash< bytes >::m_data
private

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