diff --git a/src/runtime_bignum_test.nr b/src/runtime_bignum_test.nr index b2de3a34..f88c3ded 100644 --- a/src/runtime_bignum_test.nr +++ b/src/runtime_bignum_test.nr @@ -40,11 +40,6 @@ impl BigNumParamsGetter<18> for Test2048Params { TEST_2048_PARAMS } } -impl NotRuntimeBigNumParamsTrait<18> for Test2048Params { - fn modulus_bits() -> u32 { - 2048 - } -} /** * @brief experimenting with macro madness and code generation to make some tests that apply to multiple BigNum parametrisations!