plugeth/crypto
Gustav Simonsson a1c2749380 Address pull request comments
* Simplify scrypt constants with const block
* Add key store constructors and make their types private
* Simplify key store and file namings to be less Java Enterprise™
* Change test error logging to use t.Error(err)
* Reduce number of naked returns (just like my ex-gf)
* Simplify file reading path code
2015-01-15 19:40:10 +01:00
..
crypto_test.go pre-pow 2015-01-12 10:19:27 +01:00
crypto.go Added length checkes 2014-12-12 22:24:04 +01:00
curve.go Added S256 curve 2014-12-10 00:02:43 +01:00
encrypt_decrypt_test.go fixed tests 2014-12-12 22:38:54 +01:00
key_manager.go Show newly created private key during startup. Closes #126 2014-12-04 17:09:47 +01:00
key_store_passphrase.go Address pull request comments 2015-01-15 19:40:10 +01:00
key_store_plain.go Address pull request comments 2015-01-15 19:40:10 +01:00
key_store_test.go Address pull request comments 2015-01-15 19:40:10 +01:00
key_store.go ethcrypto => crypto 2014-10-31 12:37:43 +01:00
key.go Address pull request comments 2015-01-15 19:40:10 +01:00
keypair.go ethcrypto => crypto 2014-10-31 12:37:43 +01:00
keyring.go ethcrypto => crypto 2014-10-31 12:37:43 +01:00
keys_test.go try to get full coverage report on travis 2014-11-14 20:58:09 -06:00
mnemonic_test.go ethcrypto => crypto 2014-10-31 12:37:43 +01:00
mnemonic_words.go ethcrypto => crypto 2014-10-31 12:37:43 +01:00
mnemonic.go ethcrypto => crypto 2014-10-31 12:37:43 +01:00