aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/secp256.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-271-1/+1
* crypto/secp256k1: unify the package license to 3-Clause BSD (#17225)Péter Szilágyi2018-07-241-15/+3
* crypto, crypto/secp256k1: add CompressPubkey (#15626)Felix Lange2017-12-151-8/+28
* crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-061-0/+29
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-14/+0
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-9/+1
* crypto/secp256k1: sign with deterministic K (rfc6979) (#3561)Felix Lange2017-01-231-8/+4
* crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544)Felix Lange2017-01-131-158/+43
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+4
* crypto/secp256k1: remove dependency on libgmpFelix Lange2015-12-041-8/+1
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-5/+23
* core/secp256k1: update libsecp256k1 Go wrapper and testsGustav Simonsson2015-11-301-2/+2
* crypto/secp256k1: drop pkgsrc paths from CFLAGSFelix Lange2015-11-171-2/+2
* crypto/secp256k1: raise internal errors as recoverable Go panicFelix Lange2015-11-171-0/+6
* crypto/secp256k1: verify recovery ID before calling libsecp256k1Felix Lange2015-11-171-75/+37
* crypto/secp256k1: add C compiler flags for pkgsrcFelix Lange2015-11-031-2/+2
* core/secp256k1: update libsecp256k1 Go wrapper and testsGustav Simonsson2015-10-091-87/+109
* FreeBSD supportFynn2015-07-291-0/+2
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Remove the awesome, ever misunderstood entropy mixingGustav Simonsson2015-05-121-2/+2
* Adding flags to facilitate cross compiling to ARMMaran2015-04-221-0/+2
* libsecp256k1 #define NDEBUGGustav Simonsson2015-04-081-0/+1
* Link GMPobscuren2015-04-071-0/+3
* Update Go wrapper around libbsecp256k1Gustav Simonsson2015-04-071-89/+25
* 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
* Fixed Sign nonceobscuren2015-02-011-5/+1
* Moved `obscuren` secp256k1-goobscuren2015-01-221-0/+304