Expand description
Different implementations for the DomainContext
trait.
Structs§
- GaoMateer
OnThe Fly - Produces a specific “Gao-Mateer” $S^{(0)}$ and computes twiddles on-the-fly. Only works for binary fields whose degree over $\mathbb{F}_2$ is a power of two.
- GaoMateer
PreExpanded - Produces a specific “Gao-Mateer” $S^{(0)}$ and pre-computes twiddles. Only works for binary fields whose degree over $\mathbb{F}_2$ is a power of two.
- Generic
OnThe Fly - Works for any $S^{(0)}$ and computes twiddles on-the-fly.
- Generic
PreExpanded - Works for any $S^{(0)}$ and pre-computes twiddles.
Traits§
- Trace
OneElement - Provides a field element of trace 1.