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
Jeffrey Wilcke 02f785af70 Merge pull request #1166 from Gustav-Simonsson/add_ec_sig_validations 9 years ago
..
ecies Add IsOnCurve check to EC unmarshalling in ECIES decryption 10 years ago
randentropy Remove the awesome, ever misunderstood entropy mixing 9 years ago
secp256k1 Remove the awesome, ever misunderstood entropy mixing 9 years ago
sha3 crypto/sha3: pull in latest keccak from go crypto (45% speed increase) 9 years ago
crypto.go Initialise curve N value in package init 9 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 Update key store to new spec but keep address field for now 9 years ago
key_store_passphrase.go Update keystore code comments 9 years ago
key_store_plain.go Address pull request comments; key header and hex encoding 9 years ago
key_store_test.go Improve key store passphrase crypto 9 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