go-ethereum/crypto
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
..
blake2b crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
bn256 crypto/bn256: switch to gnark again (#32659) 2025-09-19 15:18:42 +02:00
ecies crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
kzg4844 core/txpool/blobpool: add legacy sidecar conversion in reinject (#32688) 2025-09-23 14:45:36 +02:00
secp256k1 crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
secp256r1 core/vm: implement EIP-7951 - precompile for secp256r1 (#31991) 2025-07-07 20:59:45 +02:00
signify crypto/signify: fix fuzz test compilation (#33402) 2025-12-13 12:09:07 +08:00
crypto.go cmd/keeper: use the ziren keccak precompile (#32816) 2025-10-20 11:52:02 +02:00
crypto_test.go crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
keccak.go cmd/keeper: use the ziren keccak precompile (#32816) 2025-10-20 11:52:02 +02:00
keccak_ziren.go crypto: implement ziren keccak state (#32996) 2025-10-23 14:02:13 +02:00
signature_cgo.go crypto: use pure Go signature implementation in tinygo (#31878) 2025-05-23 11:14:40 +02:00
signature_nocgo.go crypto: validate hash length in no cgo Sign (#33104) 2025-11-08 11:25:53 +01:00
signature_test.go crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00