diff options
author | Sarang Noether <32460187+SarangNoether@users.noreply.github.com> | 2020-03-10 18:46:37 -0400 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-08-27 12:44:04 +0000 |
commit | 641b08c920f9c68d957e13147cf9c3e329cf83f1 (patch) | |
tree | 3e93254b0c0084aea62d52101a03e08031ebd923 /tests/performance_tests/main.cpp | |
parent | Integrate CLSAGs into monero (diff) | |
download | monero-641b08c920f9c68d957e13147cf9c3e329cf83f1.tar.xz |
CLSAG optimizations
Diffstat (limited to 'tests/performance_tests/main.cpp')
-rw-r--r-- | tests/performance_tests/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp index b0cec464c..fde14b229 100644 --- a/tests/performance_tests/main.cpp +++ b/tests/performance_tests/main.cpp @@ -61,7 +61,6 @@ #include "crypto_ops.h" #include "multiexp.h" #include "sig_mlsag.h" -#include "sig_clsag.h" namespace po = boost::program_options; @@ -216,7 +215,6 @@ int main(int argc, char** argv) TEST_PERFORMANCE1(filter, p, test_cn_fast_hash, 16384); TEST_PERFORMANCE2(filter, p, test_sig_mlsag, 11, true); // MLSAG verification - TEST_PERFORMANCE3(filter, p, test_sig_clsag, 11, true, 0); // CLSAG verification TEST_PERFORMANCE2(filter, p, test_ringct_mlsag, 11, false); TEST_PERFORMANCE2(filter, p, test_ringct_mlsag, 11, true); |