Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ColoCarletti committed Oct 25, 2024
1 parent c7cfd8f commit fc68bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math/src/circle/point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ impl HasCircleParams<Mersenne31Field> for Mersenne31Field {
impl HasCircleParams<Degree4ExtensionField> for Degree4ExtensionField {
type FE = FieldElement<Degree4ExtensionField>;

// These parameters were taken from stwo's implementation:
// https://github.com/starkware-libs/stwo/blob/9cfd48af4e8ac5dd67643a92927c894066fa989c/crates/prover/src/core/circle.rs
const CIRCLE_GENERATOR_X: Self::FE =
Degree4ExtensionField::const_from_coefficients(1, 0, 478637715, 513582971);

Expand Down

0 comments on commit fc68bea

Please sign in to comment.