go-ethereum/crypto
Daniel Liu 247ebd6a6d crypto/kzg4844: do lazy init in all ckzg funcs (#27679)
* crypto/kzg4844: remove unnecessary init call & fix typo

* Fix kzg4844 tests/benchmarks

* Make init lazy & revert changes to tests
2024-12-09 17:49:00 +08:00
..
blake2b crypto: more linters and fix typo (#24783) 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
kzg4844 crypto/kzg4844: do lazy init in all ckzg funcs (#27679) 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: replace noarg fmt.Errorf with errors.New (#27333) 2024-12-09 17:49:00 +08:00
signature_nocgo.go crypto: replace noarg fmt.Errorf with errors.New (#27333) 2024-12-09 17:49:00 +08:00
signature_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30