mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 20:14:53 -04:00
CLSAG verification performance test
This commit is contained in:
parent
641b08c920
commit
5aa1575e91
2 changed files with 40 additions and 22 deletions
|
@ -61,6 +61,7 @@
|
|||
#include "crypto_ops.h"
|
||||
#include "multiexp.h"
|
||||
#include "sig_mlsag.h"
|
||||
#include "sig_clsag.h"
|
||||
|
||||
namespace po = boost::program_options;
|
||||
|
||||
|
@ -215,6 +216,7 @@ 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_PERFORMANCE2(filter, p, test_sig_clsag, 11, 1); // CLSAG verification (with commitment offset)
|
||||
|
||||
TEST_PERFORMANCE2(filter, p, test_ringct_mlsag, 11, false);
|
||||
TEST_PERFORMANCE2(filter, p, test_ringct_mlsag, 11, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue