Skip to content

Commit

Permalink
Merge #454: Remove residual parts from the schnorr expirement.
Browse files Browse the repository at this point in the history
5e95bf2 Remove residual parts from the schnorr expirement. (Gregory Maxwell)

Tree-SHA512: de1e56cc54443e29a60787996a1b1381b0b84eacb87a8f1af06b5ba3900b1771c3a04fd547c65e21979e3c08c3a45d258d699eb951a956f8e617833c5396ecfe
  • Loading branch information
sipa committed May 5, 2017
2 parents cbc20b8 + 5e95bf2 commit 84973d3
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
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
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 84973d3

Please sign in to comment.