|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Types | |
| using | DefaultNTT = NTT<> |
| using | AlternateNTT = NTT< 469762049ULL, 3ULL > |
Protected Member Functions | |
| Array< uint64_t > | random_poly (const size_t n) |
Protected Attributes | |
| std::mt19937_64 | rng_ {123456789ULL} |
Definition at line 665 of file ntt_test.cc.
|
protected |
Definition at line 669 of file ntt_test.cc.
|
protected |
Definition at line 668 of file ntt_test.cc.
Definition at line 674 of file ntt_test.cc.
References Aleph::Array< T >::create(), output, and rng_.
|
protected |
Definition at line 671 of file ntt_test.cc.
Referenced by random_poly().