Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
xmr: scalarmult_vartime2 only if monero is active
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Jul 11, 2018
1 parent 72acbf2 commit c1b2fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -6172,9 +6172,11 @@ Suite *test_suite(void)
tcase_add_test(tc, test_ed25519_modl_sub);
suite_add_tcase(s, tc);

#if USE_MONERO
tc = tcase_create("ed25519_ge");
tcase_add_test(tc, test_ge25519_double_scalarmult_vartime2);
suite_add_tcase(s, tc);
#endif

tc = tcase_create("script");
tcase_add_test(tc, test_output_script);
Expand Down

0 comments on commit c1b2fc3

Please sign in to comment.