aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/secp256_test.go
Commit message (Collapse)AuthorAgeFilesLines
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-1/+1
| | | | thanks to Felix Lange (fjl) for help with design & impl
* core/secp256k1: update libsecp256k1 Go wrapper and testsGustav Simonsson2015-11-301-16/+15
|
* crypto/secp256k1: verify recovery ID before calling libsecp256k1Felix Lange2015-11-171-4/+11
| | | | | | | | The C library treats the recovery ID as trusted input and crashes the process for invalid values, so it needs to be verified before calling into C. This will inhibit the crash in #1983. Also remove VerifySignature because we don't use it.
* core/secp256k1: update libsecp256k1 Go wrapper and testsGustav Simonsson2015-10-091-161/+138
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* Remove the awesome, ever misunderstood entropy mixingGustav Simonsson2015-05-121-10/+10
|
* Added invalid sec key testobscuren2015-02-161-1/+10
|
* Remove secp256_rand.go and update testsGustav Simonsson2015-02-141-10/+11
|
* Moved `obscuren` secp256k1-goobscuren2015-01-221-0/+228