aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto/keypair.go
Commit message (Collapse)AuthorAgeFilesLines
* added Mnemonic() and AsStrings() methods, added memoization for addresszelig2014-06-301-2/+18
|
* Key Managerzelig2014-06-291-0/+41
- 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