Felix Lange
|
ad78db4d62
|
crypto: fix Sha3Hash and add a test for it
|
2015-03-17 01:32:35 +01:00 |
|
obscuren
|
b523441361
|
Moved ethutil => common
|
2015-03-16 11:27:38 +01:00 |
|
Felix Lange
|
410b35e913
|
crypto: make it easier to run Sha3 on multiple inputs
crypto.Sha3(append(foo, bar)) --> crypto.Sha3(foo, bar)
crypto.Sha3([]byte{}) --> crypto.Sha3()
|
2015-02-06 00:00:36 +01:00 |
|
obscuren
|
d4cc2d3503
|
Pad private key when signing & length check for hashes in sign
|
2015-01-22 18:12:05 +01:00 |
|
obscuren
|
67f9783e6a
|
Moved obscuren secp256k1-go
|
2015-01-22 00:35:00 +01:00 |
|
obscuren
|
bcb1166e52
|
Added 0 key proof error
Private key \x00\x00...\x00 returns the _exact_ same public key as \x11
\x11...\x11. Currently investigating.
|
2015-01-19 11:22:56 +01:00 |
|
obscuren
|
35fe4313d5
|
pre-pow
|
2015-01-12 10:19:27 +01:00 |
|
obscuren
|
fd9da72536
|
ethcrypto => crypto
|
2014-10-31 12:37:43 +01:00 |
|