mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
Merge pull request #4732
3a056b73performance_tests: add ge_p3_tobytes (moneromooo-monero)30f728e3performance_tests: measure ge_frombytes_vartime only (moneromooo-monero)
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include "derive_public_key.h"
|
||||
#include "derive_secret_key.h"
|
||||
#include "ge_frombytes_vartime.h"
|
||||
#include "ge_tobytes.h"
|
||||
#include "generate_key_derivation.h"
|
||||
#include "generate_key_image.h"
|
||||
#include "generate_key_image_helper.h"
|
||||
@@ -183,6 +184,7 @@ int main(int argc, char** argv)
|
||||
TEST_PERFORMANCE0(filter, p, test_derive_public_key);
|
||||
TEST_PERFORMANCE0(filter, p, test_derive_secret_key);
|
||||
TEST_PERFORMANCE0(filter, p, test_ge_frombytes_vartime);
|
||||
TEST_PERFORMANCE0(filter, p, test_ge_tobytes);
|
||||
TEST_PERFORMANCE0(filter, p, test_generate_keypair);
|
||||
TEST_PERFORMANCE0(filter, p, test_sc_reduce32);
|
||||
TEST_PERFORMANCE0(filter, p, test_sc_check);
|
||||
|
||||
Reference in New Issue
Block a user