diff --git a/src/lib.nr b/src/lib.nr index 91c9e9a..c017f2a 100644 --- a/src/lib.nr +++ b/src/lib.nr @@ -126,7 +126,7 @@ impl BigNumTrait for BigNum where Params: BigNumP } // n.b. needs to be declared unconstrained because we take in a mutable slice - unconstrained fn __batch_invert(x: [Self; M]) -> [Self; M] { + fn __batch_invert(x: [Self; M]) -> [Self; M] { Params::get_instance().__batch_invert(x) }