go-ethereum/crypto
Daniel Liu b5cc7e6fc0 crypto/blake2b: put architecture-dependent features behind build-tag (#28381)
This change to fixes a compilation-flaw on master, by putting architecture-specific functions behind corresponding build tags.
2024-12-09 17:49:00 +08:00
..
blake2b crypto/blake2b: put architecture-dependent features behind build-tag (#28381) 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