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
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
..
ecies Add IsOnCurve check to EC unmarshalling in ECIES decryption 10 years ago
randentropy Unexport randEntropy type and use exported Reader instead 10 years ago
secp256k1 doc: crypto/secp256k1 GMP dependency package name. 10 years ago
sha3 Moved sha3 from `obscuren` 10 years ago
crypto.go Add loading of block test privkey if present 10 years ago
crypto_test.go crypto: fix Sha3Hash and add a test for it 10 years ago
curve.go Added S256 curve 10 years ago
encrypt_decrypt_test.go Moved ethutil => common 10 years ago
key.go import/export accounts 10 years ago
key_store_passphrase.go replaced several path.* with filepath.* which is platform independent 9 years ago
key_store_plain.go replaced several path.* with filepath.* which is platform independent 9 years ago
key_store_test.go Moved ethutil => common 10 years ago
keypair.go crypto: remove use of common.Value.Encode 10 years ago
mnemonic.go ethcrypto => crypto 10 years ago
mnemonic_test.go ethcrypto => crypto 10 years ago
mnemonic_words.go ethcrypto => crypto 10 years ago