go-ethereum/crypto
Martin HS ab49f228ad
all: update to go version 1.22.1 (#28946)
Since Go 1.22 has deprecated certain elliptic curve operations, this PR removes 
references to the affected functions and replaces them with a custom implementation
in package crypto. This causes backwards-incompatible changes in some places.

---------

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-03-18 17:36:50 +01:00
..
blake2b crypto/blake2b: put architecture-dependent features behind build-tag (#28381) 2023-10-19 14:04:26 +02:00
bls12381 all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
bn256 crypto/bn256/cloudflare: fix noescape-directive (#29222) 2024-03-12 09:49:53 +01:00
ecies all: update to go version 1.22.1 (#28946) 2024-03-18 17:36:50 +01:00
kzg4844 crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
secp256k1 all: update to go version 1.22.1 (#28946) 2024-03-18 17:36:50 +01:00
signify all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
crypto_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
crypto.go all: update to go version 1.22.1 (#28946) 2024-03-18 17:36:50 +01:00
signature_cgo.go all: update to go version 1.22.1 (#28946) 2024-03-18 17:36:50 +01:00
signature_nocgo.go all: update to go version 1.22.1 (#28946) 2024-03-18 17:36:50 +01:00
signature_test.go crypto: ensure that VerifySignature rejects malleable signatures (#15708) 2017-12-20 14:30:00 +02:00