mirror of
https://github.com/arnaucube/gnark-plonky2-verifier.git
synced 2026-01-12 09:01:32 +01:00
Upgraded dependencies
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user