diff --git a/src/params.nr b/src/params.nr index f856995..f5beb50 100644 --- a/src/params.nr +++ b/src/params.nr @@ -45,6 +45,7 @@ impl std::cmp::Eq for BigNumParams { & (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) } }