Skip to content

Commit

Permalink
Update src/params.nr
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 8, 2024
1 parent 3303f20 commit 0428c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/params.nr
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ impl<let N: u32, let MOD_BITS: u32> std::cmp::Eq for BigNumParams<N, MOD_BITS> {
& (self.modulus == other.modulus)
& (self.modulus_u60 == other.modulus_u60)
& (self.modulus_u60_x4 == other.modulus_u60_x4)
& (self.double_modulus == other.double_modulus)
& (self.redc_param == other.redc_param)
}
}
Expand Down

0 comments on commit 0428c70

Please sign in to comment.