aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto_test.go
Commit message (Collapse)AuthorAgeFilesLines
* crypto: make it easier to run Sha3 on multiple inputsFelix Lange2015-02-061-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 signobscuren2015-01-231-1/+13
|
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
|
* Added 0 key proof errorobscuren2015-01-191-0/+13
| | | | | Private key \x00\x00...\x00 returns the _exact_ same public key as \x11 \x11...\x11. Currently investigating.
* pre-powobscuren2015-01-121-0/+13
|
* ethcrypto => cryptoobscuren2014-10-311-0/+36