diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-16 19:02:55 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-11 13:37:33 +0000 |
commit | cb9ecab197b2a7f4594ba2208ce5b6386d65d287 (patch) | |
tree | 22961e78cf3bdadaef8c086727617bbd18a8ad57 /tests/performance_tests/CMakeLists.txt | |
parent | bulletproofs: add aggregated verification (diff) | |
download | monero-cb9ecab197b2a7f4594ba2208ce5b6386d65d287.tar.xz |
performance_tests: add signature generation/verification
Diffstat (limited to 'tests/performance_tests/CMakeLists.txt')
-rw-r--r-- | tests/performance_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 3ffd84aa6..837d39bd3 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -40,6 +40,7 @@ set(performance_tests_headers generate_key_image.h generate_key_image_helper.h generate_keypair.h + signature.h is_out_to_acc.h subaddress_expand.h range_proof.h |