aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/signature_nocgo.go
Commit message (Expand)AuthorAgeFilesLines
* crypto: fix golint warnings (#16710)kiel barry2018-05-091-1/+1
* crypto: ensure that VerifySignature rejects malleable signatures (#15708)Felix Lange2017-12-201-0/+4
* crypto, crypto/secp256k1: add CompressPubkey (#15626)Felix Lange2017-12-151-0/+5
* crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-061-0/+31
* all: update license informationFelix Lange2017-04-141-1/+1
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-0/+77