Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed Sha3Bin to Sha3 | obscuren | 2014-10-08 | 2 | -5/+5 |
| | |||||
* | ECRECOVER RIPEMD160 SHA256 | obscuren | 2014-10-08 | 1 | -0/+30 |
| | |||||
* | Changed back to FIPS 180 | obscuren | 2014-09-08 | 2 | -18/+4 |
| | |||||
* | Updated to latest sha3 implementation. Fixes #48 | obscuren | 2014-09-07 | 2 | -2/+19 |
| | |||||
* | inline mnemonic wordlist to support binary builds without extra asset | zelig | 2014-08-12 | 3 | -1660/+1636 |
| | |||||
* | Added state dump method | obscuren | 2014-08-06 | 1 | -3/+0 |
| | |||||
* | Rewrote mnemonic word loading to facilitate deployable builds. | Maran | 2014-07-15 | 1 | -12/+17 |
| | |||||
* | 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 |