Upgraded dependencies

This commit is contained in:
Uma Roy
2023-10-10 22:15:01 -07:00
parent 7bd0035e65
commit 07cf7bd857
5 changed files with 45 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ func TestStepVerifier2(t *testing.T) {
test.WithBackends(backend.GROTH16),
test.WithCurves(ecc.BN254),
test.NoFuzzing(),
test.NoSerialization(),
test.NoSerializationChecks(),
)
}
@@ -117,6 +117,6 @@ func TestMain(t *testing.T) {
test.WithBackends(backend.GROTH16),
test.WithCurves(ecc.BN254),
test.NoFuzzing(),
test.NoSerialization(),
test.NoSerializationChecks(),
)
}