Expand description
Implementation of two-adic prime fields to use with the Fast Fourier Transform (FFT).
Modulesยง
- babybear
- Implemenation of the Babybear Prime Field p = 2^31 - 2^27 + 1
- babybear_
u32 - Inmplementation of the Babybear Prime Field p = 2^31 - 2^27 + 1 using u32
- quadratic_
babybear - Implementation of the quadratic extension of the babybear field
- quartic_
babybear - Implementation of the extension of degree 4 of the babybear field using u64.
- quartic_
babybear_ u32 - Implementation of the extension of degree 4 of the babybear field using u32.
- stark_
101_ prime_ field - Implementation of the prime field used in Stark101 tutorial, p = 3 * 2^30 + 1
- stark_
252_ prime_ field - Implementation of two-adic prime field over 256 bit unsigned integers.
- u64_
goldilocks - Implemenation of the Goldilocks Prime Field p = 2^64 - 2^32 + 1
- u64_
mersenne_ montgomery_ field - Implemenation of the Mersenne Prime field p = 2^31 - 1