mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 14:15:00 -04:00
Merge pull request #4732
3a056b73
performance_tests: add ge_p3_tobytes (moneromooo-monero)30f728e3
performance_tests: measure ge_frombytes_vartime only (moneromooo-monero)
This commit is contained in:
commit
e00a6ce9c7
3 changed files with 93 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue