Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Nov 1, 2024
1 parent 4aa42f7 commit d988541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/crypto/src/field/fp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ impl<P: FpParams<LIMBS>, const LIMBS: usize> Fp<P, LIMBS> {
/// `R = M % MODULUS`.
const R: Uint<LIMBS> = ResidueParam::<P, LIMBS>::R;
/// `R2 = R^2 % MODULUS`
#[allow(dead_code)]
const R2: Uint<LIMBS> = ResidueParam::<P, LIMBS>::R2;
/// Additive identity of the field, i.e., the element `e`
/// such that, for all elements `f` of the field, `e + f = f`.
Expand Down

0 comments on commit d988541

Please sign in to comment.