Skip to content

Commit

Permalink
Merge branch 'main' into fix_stark_for_small_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jotabulacios authored Dec 11, 2024
2 parents 291bcfd + 7b5a638 commit 4c73313
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math/src/field/fields/fft_friendly/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
pub mod babybear;
/// Implemenation of the quadratic extension of the babybear field
pub mod quadratic_babybear;
/// Implemenation of the quadric extension of the babybear field
pub mod quartic_babybear;
/// Implementation of the prime field used in [Stark101](https://starkware.co/stark-101/) tutorial, p = 3 * 2^30 + 1
pub mod stark_101_prime_field;
/// Implementation of two-adic prime field over 256 bit unsigned integers.
Expand Down
Loading

0 comments on commit 4c73313

Please sign in to comment.