aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/libsecp256k1
Commit message (Collapse)AuthorAgeFilesLines
* all: fix various comment typos (#17748)Liang ZOU2018-09-251-1/+1
|
* crypto/secp256k1: remove useless code (#17728)Payne2018-09-221-2/+0
| | | `(void)data;` may cause link error on Windows.
* crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544)Felix Lange2017-01-1372-1481/+8047
| | | | | - Use defined constants instead of hard-coding their integer value. - Allocate secp256k1 structs on the C stack instead of converting []byte - Remove dead code
* all: fix spelling errorsPéter Szilágyi2017-01-071-2/+2
|
* Update libsecp256k1Gustav Simonsson2015-09-2874-0/+14616