aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/signature_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2017-04-141-1/+1
|
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-0/+36
* vendor: add github.com/btcsuite/btcd/btcec * crypto: add btcec fallback for sign/recover without cgo This commit adds a non-cgo fallback implementation of secp256k1 operations. * crypto, core/vm: remove wrappers for sha256, ripemd160