Skip to content

Commit

Permalink
Remove residual parts from the schnorr expirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxwell committed May 3, 2017
1 parent cbc20b8 commit 5e95bf2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
73 changes: 0 additions & 73 deletions src/bench_schnorr_verify.c

This file was deleted.

4 changes: 0 additions & 4 deletions src/secp256k1.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,6 @@ int secp256k1_ec_pubkey_combine(const secp256k1_context* ctx, secp256k1_pubkey *
# include "modules/ecdh/main_impl.h"
#endif

#ifdef ENABLE_MODULE_SCHNORR
# include "modules/schnorr/main_impl.h"
#endif

#ifdef ENABLE_MODULE_RECOVERY
# include "modules/recovery/main_impl.h"
#endif
9 changes: 0 additions & 9 deletions src/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -4403,10 +4403,6 @@ void run_ecdsa_openssl(void) {
# include "modules/ecdh/tests_impl.h"
#endif

#ifdef ENABLE_MODULE_SCHNORR
# include "modules/schnorr/tests_impl.h"
#endif

#ifdef ENABLE_MODULE_RECOVERY
# include "modules/recovery/tests_impl.h"
#endif
Expand Down Expand Up @@ -4524,11 +4520,6 @@ int main(int argc, char **argv) {
run_ecdsa_openssl();
#endif

#ifdef ENABLE_MODULE_SCHNORR
/* Schnorr tests */
run_schnorr_tests();
#endif

#ifdef ENABLE_MODULE_RECOVERY
/* ECDSA pubkey recovery tests */
run_recovery_tests();
Expand Down

0 comments on commit 5e95bf2

Please sign in to comment.