aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto
Commit message (Collapse)AuthorAgeFilesLines
* inline mnemonic wordlist to support binary builds without extra assetzelig2014-08-123-1660/+1636
|
* Added state dump methodobscuren2014-08-061-3/+0
|
* Rewrote mnemonic word loading to facilitate deployable builds.Maran2014-07-151-12/+17
|
* Changed sha3 to official oneobscuren2014-07-121-1/+1
|
* Check current folder for mnemonic words if it fails in source folder. For ↵Maran2014-07-091-0/+10
| | | | binary support
* Fixed address generationobscuren2014-07-031-5/+3
|
* Fixed key import for empty entriesobscuren2014-07-021-1/+5
|
* DBKeyStore.Load returns no error if keyring not found in dbzelig2014-06-301-1/+1
|
* using keyPair.Mnemonic() in file key store Save methodzelig2014-06-301-1/+1
|
* added Mnemonic() and AsStrings() methods, added memoization for addresszelig2014-06-301-2/+18
|
* add InitFromString method to be used in guizelig2014-06-301-0/+8
|
* 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