Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/crypto
Péter Szilágyi afd8b84706 crypto/secp256k1: unify the package license to 3-Clause BSD (#17225) 6 years ago
..
bn256 build: enable goimports and varcheck linters (#16446) 7 years ago
ecies ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374) 7 years ago
randentropy crypto: Remove dead code 9 years ago
secp256k1 crypto/secp256k1: unify the package license to 3-Clause BSD (#17225) 6 years ago
sha3 crypto: fix megacheck warnings (#14917) 7 years ago
crypto.go crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 6 years ago
crypto_test.go crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 6 years ago
signature_cgo.go crypto, crypto/secp256k1: add CompressPubkey (#15626) 7 years ago
signature_nocgo.go crypto: fix golint warnings (#16710) 6 years ago
signature_test.go crypto: ensure that VerifySignature rejects malleable signatures (#15708) 7 years ago