Skip to content

Commit 5e95bf2

Browse files
committed
Remove residual parts from the schnorr expirement.
1 parent cbc20b8 commit 5e95bf2

File tree

3 files changed

+0
-86
lines changed

3 files changed

+0
-86
lines changed

src/bench_schnorr_verify.c

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/secp256k1.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,6 @@ int secp256k1_ec_pubkey_combine(const secp256k1_context* ctx, secp256k1_pubkey *
579579
# include "modules/ecdh/main_impl.h"
580580
#endif
581581

582-
#ifdef ENABLE_MODULE_SCHNORR
583-
# include "modules/schnorr/main_impl.h"
584-
#endif
585-
586582
#ifdef ENABLE_MODULE_RECOVERY
587583
# include "modules/recovery/main_impl.h"
588584
#endif

src/tests.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4403,10 +4403,6 @@ void run_ecdsa_openssl(void) {
44034403
# include "modules/ecdh/tests_impl.h"
44044404
#endif
44054405

4406-
#ifdef ENABLE_MODULE_SCHNORR
4407-
# include "modules/schnorr/tests_impl.h"
4408-
#endif
4409-
44104406
#ifdef ENABLE_MODULE_RECOVERY
44114407
# include "modules/recovery/tests_impl.h"
44124408
#endif
@@ -4524,11 +4520,6 @@ int main(int argc, char **argv) {
45244520
run_ecdsa_openssl();
45254521
#endif
45264522

4527-
#ifdef ENABLE_MODULE_SCHNORR
4528-
/* Schnorr tests */
4529-
run_schnorr_tests();
4530-
#endif
4531-
45324523
#ifdef ENABLE_MODULE_RECOVERY
45334524
/* ECDSA pubkey recovery tests */
45344525
run_recovery_tests();

0 commit comments

Comments
 (0)