mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
Merge pull request #10108
ede4d7f RingCT crypto: 6x faster zero commit (j-berman)
ACKs: UkoeHB, jeffro256
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
#include "multiexp.h"
|
||||
#include "sig_mlsag.h"
|
||||
#include "sig_clsag.h"
|
||||
#include "zero_commit.h"
|
||||
|
||||
namespace po = boost::program_options;
|
||||
|
||||
@@ -597,6 +598,9 @@ int main(int argc, char** argv)
|
||||
TEST_PERFORMANCE3(filter, p, test_multiexp, multiexp_pippenger, 4096, 9);
|
||||
#endif
|
||||
|
||||
TEST_PERFORMANCE1(filter, p, test_zero_commit, true); // fast
|
||||
TEST_PERFORMANCE1(filter, p, test_zero_commit, false);
|
||||
|
||||
std::cout << "Tests finished. Elapsed time: " << timer.elapsed_ms() / 1000 << " sec" << std::endl;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user