Crate binius_ntt

source ·
Expand description

Efficient implementations of the binary field additive NTT.

See LCH14 and DP24 Section 2.3 for mathematical background.

Modules§

Structs§

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§