mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Add SECP384 and SECP521 to bench
This commit is contained in:
@ -2377,6 +2377,10 @@ static void* benchmarks_do(void* args)
|
||||
else {
|
||||
#ifndef NO_ECC256
|
||||
bench_ecc_curve((int)ECC_SECP256R1);
|
||||
#elif HAVE_ECC384
|
||||
bench_ecc_curve((int)ECC_SECP384R1);
|
||||
#elif HAVE_ECC521
|
||||
bench_ecc_curve((int)ECC_SECP521R1);
|
||||
#endif
|
||||
#ifdef HAVE_ECC_BRAINPOOL
|
||||
bench_ecc_curve((int)ECC_BRAINPOOLP256R1);
|
||||
|
Reference in New Issue
Block a user