Expand description
Modules§
Structs§
- MultithreadedNTT
- Implementation of
AdditiveNTT
that performs the computation multithreaded. - NTTOptions
- OddInterpolate
- Single
ThreadedNTT - Implementation of
AdditiveNTT
that performs the computation single-threaded.
Enums§
- Dynamic
DispatchNTT - An enum that can be used to switch between different NTT implementations without passing AdditiveNTT as a type parameter.
- Error
- Threading
Settings - How many threads to use (threads number is a power of 2).
Traits§
- AdditiveNTT
- The binary field additive NTT.