ecdsa_adaptor: add tests

This commit adds test coverage including Cirrus scripts, Valgrind
constant time tests for secret data, API tests, nonce function tests,
and test vectors from the spec.
This commit is contained in:
Jesse Posner
2021-03-05 01:03:43 -08:00
parent 6955af5ca8
commit b0ffa92319
6 changed files with 1281 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
include_HEADERS += include/secp256k1_ecdsa_adaptor.h
noinst_HEADERS += src/modules/ecdsa_adaptor/main_impl.h
noinst_HEADERS += src/modules/ecdsa_adaptor/dleq_impl.h
noinst_HEADERS += src/modules/ecdsa_adaptor/tests_impl.h

File diff suppressed because it is too large Load Diff