Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DBKeyStore.Load returns no error if keyring not found in db | zelig | 2014-06-30 | 1 | -1/+1 |
* | using keyPair.Mnemonic() in file key store Save method | zelig | 2014-06-30 | 1 | -1/+1 |
* | added Mnemonic() and AsStrings() methods, added memoization for address | zelig | 2014-06-30 | 1 | -2/+18 |
* | add InitFromString method to be used in gui | zelig | 2014-06-30 | 1 | -0/+8 |
* | import math/big | zelig | 2014-06-29 | 1 | -0/+1 |
* | move CreateAddress from ethutil/common to ethcrypto | zelig | 2014-06-29 | 1 | -0/+7 |
* | Key Manager | zelig | 2014-06-29 | 5 | -0/+514 |
* | move ethutil/mnemonic to ethcrypto - electrum word list now sourced from file | zelig | 2014-06-29 | 3 | -0/+1776 |
* | move ethutil helper crypto functions to ethcrypto/crypto | zelig | 2014-06-29 | 1 | -0/+27 |