aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/secp256.go
Commit message (Collapse)AuthorAgeFilesLines
* Validate seckey when generating pub keyobscuren2015-02-151-1/+6
|
* Set both key generation and ECDSA nonce to use mixed entropyGustav Simonsson2015-02-111-2/+3
| | | | | | * Move random entropy functions to new package randentropy * Add function to get n bytes entropy where up to first 32 bytes are mixed with OS entropy sources
* Fixed Sign nonceobscuren2015-02-011-5/+1
|
* Moved `obscuren` secp256k1-goobscuren2015-01-221-0/+304