go-ethereum/crypto/signify
David Klank a9eaf2ffd8
Some checks failed
/ Linux Build (push) Has been cancelled
/ Linux Build (arm) (push) Has been cancelled
/ Keeper Build (push) Has been cancelled
/ Windows Build (push) Has been cancelled
/ Docker Image (push) Has been cancelled
crypto/signify: fix fuzz test compilation (#33402)
The fuzz test file has been broken for a while - it doesn't compile with
the `gofuzz` build tag.

Two issues:
- Line 59: called `SignifySignFile` which doesn't exist (should be
`SignFile`)
- Line 71: used `:=` instead of `=` for already declared `err` variable
2025-12-13 12:09:07 +08:00
..
signify.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
signify_fuzz.go crypto/signify: fix fuzz test compilation (#33402) 2025-12-13 12:09:07 +08:00
signify_test.go build: replace tenv linter with usetesting (#31172) 2025-02-21 13:36:18 +01:00