forked from cerc-io/plugeth
* 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 |
||
|---|---|---|
| .. | ||
| crypto_test.go | ||
| crypto.go | ||
| curve.go | ||
| encrypt_decrypt_test.go | ||
| key_manager.go | ||
| key_store_passphrase_encryped.go | ||
| key_store_plaintext_file.go | ||
| key_store_test.go | ||
| key_store.go | ||
| key.go | ||
| keypair.go | ||
| keyring.go | ||
| keys_test.go | ||
| mnemonic_test.go | ||
| mnemonic_words.go | ||
| mnemonic.go | ||