aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto
Commit message (Collapse)AuthorAgeFilesLines
* import math/bigzelig2014-06-291-0/+1
|
* move CreateAddress from ethutil/common to ethcryptozelig2014-06-291-0/+7
|
* Key Managerzelig2014-06-295-0/+514
| | | | | | | | | | | - 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
* move ethutil/mnemonic to ethcrypto - electrum word list now sourced from filezelig2014-06-293-0/+1776
|
* move ethutil helper crypto functions to ethcrypto/cryptozelig2014-06-291-0/+27