mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 18:35:03 +00:00
- keypair, keyring: -- consistent naming of methods -- error propagation -- no panic - keyManager: persist, import, export, initialize and (re)set keyring - no global public "singleton" keyring, instead interface via keyManager - keys test - KeyStore interface, DB and File store implementations |
||
|---|---|---|
| .. | ||
| crypto.go | ||
| key_manager.go | ||
| key_store.go | ||
| keypair.go | ||
| keyring.go | ||
| keys_test.go | ||
| mnemonic.go | ||
| mnemonic.words.lst | ||
| mnemonic_test.go | ||