Expand description
Modules§
Structs§
- Implementation of
AdditiveNTT
that performs the computation multithreaded. - Implementation of
AdditiveNTT
that performs the computation single-threaded.
Enums§
- An enum that can be used to switch between different NTT implementations without passing AdditiveNTT as a type parameter.
- How many threads to use (threads number is a power of 2).
Traits§
- The additive NTT defined defined in LCH14.