plugeth/crypto
zelig c4ea921876 import/export accounts
- cli: add passwordfile flag
- cli: change unlock flag only takes account
- cli: with unlock you are prompted for password or use passfile with password flag
- cli: unlockAccount used in normal client start (run) and accountExport
- cli: getPassword used in accountCreate and accountImport
- accounts: Manager.Import, Manager.Export
- crypto: SaveECDSA (to complement LoadECDSA) to save to file
- crypto: NewKeyFromECDSA added (used in accountImport and New = generated constructor)
2015-03-26 19:00:18 +00:00
..
ecies
randentropy
secp256k1
sha3
crypto_test.go crypto: fix Sha3Hash and add a test for it 2015-03-17 01:32:35 +01:00
crypto.go import/export accounts 2015-03-26 19:00:18 +00:00
curve.go
encrypt_decrypt_test.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
key_store_passphrase.go
key_store_plain.go
key_store_test.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
key.go import/export accounts 2015-03-26 19:00:18 +00:00
keypair.go crypto: remove use of common.Value.Encode 2015-03-20 14:00:26 +01:00
mnemonic_test.go
mnemonic_words.go
mnemonic.go