forked from cerc-io/plugeth
- 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) |
||
|---|---|---|
| .. | ||
| ecies | ||
| randentropy | ||
| secp256k1 | ||
| sha3 | ||
| crypto_test.go | ||
| crypto.go | ||
| curve.go | ||
| encrypt_decrypt_test.go | ||
| key_store_passphrase.go | ||
| key_store_plain.go | ||
| key_store_test.go | ||
| key.go | ||
| keypair.go | ||
| mnemonic_test.go | ||
| mnemonic_words.go | ||
| mnemonic.go | ||