Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: fix Sha3Hash and add a test for it | Felix Lange | 2015-03-17 | 1 | -1/+7 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | crypto: make it easier to run Sha3 on multiple inputs | Felix Lange | 2015-02-06 | 1 | -1/+1 |
| | | | | | crypto.Sha3(append(foo, bar)) --> crypto.Sha3(foo, bar) crypto.Sha3([]byte{}) --> crypto.Sha3() | ||||
* | Pad private key when signing & length check for hashes in sign | obscuren | 2015-01-23 | 1 | -1/+13 |
| | |||||
* | Moved `obscuren` secp256k1-go | obscuren | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | Added 0 key proof error | obscuren | 2015-01-19 | 1 | -0/+13 |
| | | | | | Private key \x00\x00...\x00 returns the _exact_ same public key as \x11 \x11...\x11. Currently investigating. | ||||
* | pre-pow | obscuren | 2015-01-12 | 1 | -0/+13 |
| | |||||
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -0/+36 |