aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/btcsuite/btcd
Commit message (Collapse)AuthorAgeFilesLines
* dex: update interface and use static bls libWei-Ning Huang2019-04-094-100/+0
|
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-04-094-0/+100
|
* crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-067-212/+112
| | | | | | | We need those operations for p2p/enr. Also upgrade github.com/btcsuite/btcd/btcec to the latest version and improve BenchmarkSha3. The benchmark printed extra output that confused tools like benchstat and ignored N.
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-1813-0/+3672
* 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