aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto
Commit message (Expand)AuthorAgeFilesLines
* 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 bin...Maran2014-07-091-0/+10
* 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
* 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