Explorar o código

utils: FromLimbs might be broken

Lennart Braun %!s(int64=2) %!d(string=hai) anos
pai
achega
3c3807bc1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      utils/src/field.rs

+ 1 - 0
utils/src/field.rs

@@ -53,6 +53,7 @@ impl FromLimbs for Fp {
     const NUM_LIMBS: usize = 3;
     type Limbs = [u64; 3];
     fn from_limbs(limbs: &[u64]) -> Self {
+        eprintln!("FromLimbs might be broken ...");
         Self(
             limbs
                 .try_into()