Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed sha3 to official one | obscuren | 2014-07-12 | 1 | -1/+1 |
| | |||||
* | Check current folder for mnemonic words if it fails in source folder. For ↵ | Maran | 2014-07-09 | 1 | -0/+10 |
| | | | | binary support | ||||
* | Fixed address generation | obscuren | 2014-07-03 | 1 | -5/+3 |
| | |||||
* | Fixed key import for empty entries | obscuren | 2014-07-02 | 1 | -1/+5 |
| | |||||
* | 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 |
| | | | | | | | | | | | - 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 file | zelig | 2014-06-29 | 3 | -0/+1776 |
| | |||||
* | move ethutil helper crypto functions to ethcrypto/crypto | zelig | 2014-06-29 | 1 | -0/+27 |