diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-08-08 21:19:57 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-22 16:07:44 +0000 |
commit | c415df97bd20b2bcc999c0c0056bb32e9b102a5b (patch) | |
tree | de678ab58f20a4f5b62b7cb735678b72efb679cd /tests/performance_tests/CMakeLists.txt | |
parent | bulletproofs: remove single value prover (diff) | |
download | monero-c415df97bd20b2bcc999c0c0056bb32e9b102a5b.tar.xz |
performance_tests: sc_check and ge_dsm_precomp
Diffstat (limited to 'tests/performance_tests/CMakeLists.txt')
-rw-r--r-- | tests/performance_tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 837d39bd3..5cd054d86 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -46,6 +46,8 @@ set(performance_tests_headers range_proof.h bulletproof.h crypto_ops.h + sc_reduce32.h + sc_check.h multiexp.h multi_tx_test_base.h performance_tests.h |