Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
intel::hexl::NTT Member List

This is the complete list of members for intel::hexl::NTT, including all inherited members.

ComputeForward(uint64_t *result, const uint64_t *operand, uint64_t input_mod_factor, uint64_t output_mod_factor)intel::hexl::NTT
ComputeInverse(uint64_t *result, const uint64_t *operand, uint64_t input_mod_factor, uint64_t output_mod_factor)intel::hexl::NTT
NTT()intel::hexl::NTT
NTT(uint64_t degree, uint64_t p)intel::hexl::NTT
NTT(uint64_t degree, uint64_t p, uint64_t root_of_unity)intel::hexl::NTT
~NTT()intel::hexl::NTT