Skip to content

Commit

Permalink
fixup! fixup! xtest: add asymmetric cipher perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzexiyzx committed Jan 9, 2024
1 parent 9132db8 commit 27bdd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/xtest/asym_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ int asym_perf_runner_cmd_parser(int argc, char *argv[])
int warmup = CRYPTO_DEF_WARMUP;
int mode = MODE_GENKEYPAIR;
int width_bits = 2048;
int main_algo = ALGO_RSA;
int main_algo = ALGO_DH;
int crypto_algo = -1;
int size = 256;
int salt_len = 128;
Expand Down

0 comments on commit 27bdd0b

Please sign in to comment.