aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/signature_cgo.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-1/+1
* crypto: use go-ethereum secp256k1 package to avoid symbol conflict (#374)Wei-Ning Huang2019-06-151-1/+1
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-2/+2
* crypto, crypto/secp256k1: add CompressPubkey (#15626)Felix Lange2017-12-151-0/+5
* crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-061-0/+18
* all: update license informationFelix Lange2017-04-141-1/+1
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-2/+2
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-0/+64