From 1aa10c4364be4ba48df06f5ff582eef10b9288c3 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 5 Jan 2018 12:36:32 +0000 Subject: performance_tests: add (Borromean) range proofs --- tests/performance_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/performance_tests/CMakeLists.txt') diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 8cbd71444..690489ab8 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -42,6 +42,7 @@ set(performance_tests_headers generate_keypair.h is_out_to_acc.h subaddress_expand.h + range_proof.h multi_tx_test_base.h performance_tests.h performance_utils.h -- cgit v1.2.3 From f5d7b9933a68e70002ac74b65a9b6e3f4ccd2d24 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 5 Jan 2018 13:10:14 +0000 Subject: performance_tests: add bulletproofs --- tests/performance_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/performance_tests/CMakeLists.txt') diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 690489ab8..a41359ca7 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -43,6 +43,7 @@ set(performance_tests_headers is_out_to_acc.h subaddress_expand.h range_proof.h + bulletproof.h multi_tx_test_base.h performance_tests.h performance_utils.h -- cgit v1.2.3 From 112f32f068e2e6d0b8e713ccf49090b73e542b5d Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 5 Jan 2018 16:30:24 +0000 Subject: performance_tests: add crypto ops --- tests/performance_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/performance_tests/CMakeLists.txt') diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index a41359ca7..47f441dda 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -44,6 +44,7 @@ set(performance_tests_headers subaddress_expand.h range_proof.h bulletproof.h + crypto_ops.h multi_tx_test_base.h performance_tests.h performance_utils.h -- cgit v1.2.3 From 939bc2233281c47427c9987fc5310cfb77b085f9 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 14 Jan 2018 23:06:55 +0000 Subject: add Straus multiexp --- tests/performance_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/performance_tests/CMakeLists.txt') diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 47f441dda..3ffd84aa6 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -45,6 +45,7 @@ set(performance_tests_headers range_proof.h bulletproof.h crypto_ops.h + multiexp.h multi_tx_test_base.h performance_tests.h performance_utils.h -- cgit v1.2.3 From cb9ecab197b2a7f4594ba2208ce5b6386d65d287 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 16 Mar 2018 19:02:55 +0000 Subject: performance_tests: add signature generation/verification --- tests/performance_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/performance_tests/CMakeLists.txt') 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 -- cgit v1.2.3