Versions in this module Expand all Collapse all v0 v0.3.8 Oct 21, 2020 v0.3.7 Oct 21, 2020 Changes in this version + func BitReverse(a []fr.Element) + type Decimation uint8 + const DIF + const DIT + type Domain struct + Cardinality int + CardinalityInv fr.Element + CosetTable []fr.Element + CosetTableInv []fr.Element + Generator fr.Element + GeneratorInv fr.Element + GeneratorSqRt fr.Element + GeneratorSqRtInv fr.Element + Twiddles [][]fr.Element + TwiddlesInv [][]fr.Element + func NewDomain(m int) *Domain + func (domain *Domain) FFT(a []fr.Element, decimation Decimation) + func (domain *Domain) FFTInverse(a []fr.Element, decimation Decimation)