Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: use go-ethereum secp256k1 package to avoid symbol conflict (#374) | Wei-Ning Huang | 2019-04-18 | 64 | -17905/+0 |
| | |||||
* | all: fix various comment typos (#17748) | Liang ZOU | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | crypto/secp256k1: remove useless code (#17728) | Payne | 2018-09-22 | 1 | -2/+0 |
| | | | `(void)data;` may cause link error on Windows. | ||||
* | crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544) | Felix Lange | 2017-01-13 | 52 | -1131/+5970 |
| | | | | | - Use defined constants instead of hard-coding their integer value. - Allocate secp256k1 structs on the C stack instead of converting []byte - Remove dead code | ||||
* | Update libsecp256k1 | Gustav Simonsson | 2015-09-28 | 60 | -0/+13068 |