diff --git a/src/runtime_bignum.nr b/src/runtime_bignum.nr index 554ec29d..88e3758d 100644 --- a/src/runtime_bignum.nr +++ b/src/runtime_bignum.nr @@ -344,7 +344,6 @@ pub fn __batch_invert( all_limbs.map(|limbs| RuntimeBigNum { limbs, params }) } -// Note: can't return a slice from this unconstrained to a constrained function. pub unconstrained fn __batch_invert_slice( x: [RuntimeBigNum], ) -> [RuntimeBigNum] { @@ -355,7 +354,7 @@ pub unconstrained fn __batch_invert_slice(