go-ethereum/crypto
Daniel Liu 949fa6358e crypto/ecies: use AES-192 for curve P384 (#24139)
Using curve P384 for encryption causes the error "ecies: shared key params
are too big". Also, readme.md says curve P384 should use AES192 not AES256.

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2024-12-09 17:49:00 +08:00
..
blake2b crypto: add go:build lines (#23468) 2024-12-09 17:49:00 +08:00
bn256 crypto: add go:build lines (#23468) 2024-12-09 17:49:00 +08:00
ecies crypto/ecies: use AES-192 for curve P384 (#24139) 2024-12-09 17:49:00 +08:00
randentropy FIx Bad block error. 2021-09-17 17:59:06 +05:30
secp256k1 rpc:remove package ethereum/go-ethereum 2024-05-13 19:51:50 +08:00
crypto.go crypto: improve trie updates (#21047) 2024-12-09 17:49:00 +08:00
crypto_test.go crypto: improve trie updates (#21047) 2024-12-09 17:49:00 +08:00
signature_cgo.go crypto: gofuzz build directives (#23137) 2024-12-09 17:49:00 +08:00
signature_nocgo.go crypto: gofuzz build directives (#23137) 2024-12-09 17:49:00 +08:00
signature_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30