Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljklein committed Jan 7, 2025
1 parent 5adbaae commit 75f912e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/bn254_blackbox_solver/src/embedded_curve_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ mod tests {

#[test]
fn rejects_grumpkin_modulus_when_pedantic() {
let x = grumpkin::FrConfig::MODULUS.to_bytes_be();
let x = ark_grumpkin::FrConfig::MODULUS.to_bytes_be();
let low = FieldElement::from_be_bytes_reduce(&x[16..32]);
let high = FieldElement::from_be_bytes_reduce(&x[0..16]);

Expand Down

0 comments on commit 75f912e

Please sign in to comment.