Module lambdaworks_math::field::fields::fft_friendly
source · Expand description
Implementation of two-adic prime fields to use with the Fast Fourier Transform (FFT).
Modules§
- Implemenation of the Babybear Prime Field p = 2^31 - 2^27 + 1
- Implemenation of the quadratic extension of the babybear field
- Implementation of two-adic prime field over 256 bit unsigned integers.
- Implemenation of the Goldilocks Prime Field p = 2^64 - 2^32 + 1
- Implemenation of the Mersenne Prime field p = 2^31 - 1