plugeth/crypto
Gustav Simonsson 945798f913 Add new key_store interface and two new key stores
* Add new generic key_store interface
* Add new plaintext key store storing unprotected keys on disk
* Add new encrypted key store storing encrypted keys on disk
* Add new entropy mixing function using OS and go runtime sources
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_encryped.go Add new key_store interface and two new key stores 2015-01-15 19:40:10 +01:00
key_store_plaintext_file.go Add new key_store interface and two new key stores 2015-01-15 19:40:10 +01:00
key_store_test.go Add new key_store interface and two new key stores 2015-01-15 19:40:10 +01:00
key_store.go ethcrypto => crypto 2014-10-31 12:37:43 +01:00
key.go Add new key_store interface and two new key stores 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