37 template<
size_t bytes>
41 static const size_t loop_count = bytes < 256 ? 100000 : bytes < 4096 ? 10000 : 1000;
57 std::array<uint8_t, bytes> m_data;
static const size_t loop_count
void cn_fast_hash(const void *data, std::size_t length, hash &hash)
void rand(size_t N, uint8_t *bytes)