From d8365119c9f3375e8bf4ae310a1f299befe2d802 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Tue, 21 Nov 2023 12:42:29 +0100 Subject: [PATCH] Update src/shares.rs --- src/shares.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shares.rs b/src/shares.rs index 8ce5196..f998c78 100644 --- a/src/shares.rs +++ b/src/shares.rs @@ -21,7 +21,6 @@ pub fn mul_mod(lhs: &Nat, rhs: &Nat) -> Nat { // by allocating it at runtime instead. lazy_static! { pub static ref M: NonZero = NonZero::new(Nat::from(122663_u32)).unwrap(); - // pub static ref M: CNat = Checked::new(Nat::from(153_u32)); } /// An additive share [s] = (x, y) where x + y mod M = s