We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbec56e commit 4426258Copy full SHA for 4426258
std/evmprecompiles/256-p256verify_test.go
@@ -63,7 +63,7 @@ func TestP256VerifyCircuit(t *testing.T) {
63
r.SetBytes(sig.R[:])
64
s.SetBytes(sig.S[:])
65
hash := ecdsa.HashToInt(msg)
66
- var expected frontend.Variable
+ expected := 0
67
if verified {
68
expected = 1
69
}
0 commit comments