go-ethereum/crypto
Daniel Liu f11cf2cce7
fix(crypto): fix ECIES invalid-curve handling #33669 (#2043)
Co-authored-by: fengjian <445077+fengjian@users.noreply.github.com>
2026-02-28 17:00:35 +04:00
..
blake2b all: fix invalid directive syntax for golangci-lint nolint (#1799) 2025-12-08 13:02:54 +05:30
bn256 perf(all): use big.Int.Sign() to compare with 0 (#1969) 2026-02-05 11:45:44 +05:30
ecies fix(crypto): fix ECIES invalid-curve handling #33669 (#2043) 2026-02-28 17:00:35 +04:00
secp256k1 all: replace Div/Mul with Rsh/Lsh if possible #29911 (#1966) 2026-01-29 11:31:58 +05:30
crypto.go feat(crypto): use the ziren keccak precompile and implement ziren keccak state #32816 #32996 (#1991) 2026-02-05 14:43:53 +05:30
crypto_test.go all: using testing.B.Loop (#1554) 2025-09-24 07:59:48 +08:00
keccak.go feat(crypto): use the ziren keccak precompile and implement ziren keccak state #32816 #32996 (#1991) 2026-02-05 14:43:53 +05:30
keccak_ziren.go feat(crypto): use the ziren keccak precompile and implement ziren keccak state #32816 #32996 (#1991) 2026-02-05 14:43:53 +05:30
signature_cgo.go crypto: use pure Go signature implementation in tinygo #31878 (#1226) 2025-07-26 17:33:55 +08:00
signature_nocgo.go crypto: validate hash length in nocgo Sign #33104 (#1773) 2025-11-14 20:10:48 +05:30
signature_test.go all: using testing.B.Loop (#1554) 2025-09-24 07:59:48 +08:00