Andrew Poelstra
|
5a40f3d99b
|
replace memcmp with secp256k1_memcmp_var throughout the codebase
memcmp only appears in -zkp-specific modules. Fix those.
|
2022-08-10 22:14:31 +00:00 |
|
Andrew Poelstra
|
347f96d94a
|
fix include paths in all the -zkp modules
This is causing out-of-tree build failures in Elements.
|
2022-08-05 14:56:10 +00:00 |
|
Jonas Nick
|
b7ebe6436c
|
Test APIs of funcs that need an ecmult_gen ctx with static ctx
The API tests of upstream functions were similarly amended in commit 3b0c2185eab0fe5cb910fffee4c88e134f6d3cad.
|
2022-01-04 12:57:57 +00:00 |
|
Jonas Nick
|
72c8deac03
|
Merge commits with sync-upstream.sh
da0092bc 10f9bd84 297ce820 f34b5cae 920a0e5f 9526874d aa1b889b 20d791ed 3e7b2ea1 21c188b3 8fa41201 515a5dbd c74a7b7e 74c34e72 7006f1b9 ea5e8a9c 793ad901 2e5e4b67 fecf436d 49f608de 49002274 6ad908aa 4f01840b 61ae37c6 486205aa 5d0dbef0 0559fc6e be6944ad a69df3ad b39d431a 0b83b203 09971a3f 9281c9f4 423b6d19 a310e79e 39a36db9 a1102b12
Deal with
- secp256k1_test_rng removal in commit
77a19750b46916b93bb6a08837c26f585bd940fa
- ecmult_gen context simplification after making table static in commit
3b0c2185eab0fe5cb910fffee4c88e134f6d3cad
|
2022-01-02 16:11:15 +00:00 |
|
Jonas Nick
|
938725c1c9
|
Merge commits 'd7ec49a6 9a5a87e0 aa5d34a8 2a3a97c6 ' into temp-merge-976
Also remove remaining uses of ecmult context in secp-zkp and update API tests
accordingly.
|
2021-09-16 15:21:11 +00:00 |
|
Andrew Poelstra
|
e354c5751d
|
ecdsa_s2c: rename anti-klepto to anti-exfil
|
2021-02-09 22:47:24 +00:00 |
|
Andrew Poelstra
|
396b558273
|
ecdsa-s2c: add anti-klepto protocol
Co-authored-by: Marko Bencun <mbencun+pgp@gmail.com>
Co-authored-by: Jonas Nick <jonasd.nick@gmail.com>
|
2020-12-21 20:50:19 +00:00 |
|
Andrew Poelstra
|
290dee566e
|
ecdsa-s2c: add actual sign-to-contract functionality
Co-authored-by: Marko Bencun <mbencun+pgp@gmail.com>
Co-authored-by: Jonas Nick <jonasd.nick@gmail.com>
|
2020-12-21 20:50:17 +00:00 |
|
Andrew Poelstra
|
8e46cac5b3
|
ecdsa-s2c: block in module
Co-authored-by: Marko Bencun <mbencun+pgp@gmail.com>
Co-authored-by: Jonas Nick <jonasd.nick@gmail.com>
|
2020-12-21 20:49:41 +00:00 |
|