RE: [PATCH v3 6/6] app/crypto-perf: support EDDSA

2024-10-02 Thread Akhil Goyal
Hi Gowri, Can you fix the CI issues reported. http://mails.dpdk.org/archives/test-report/2024-September/798079.html openssl asym autotest is also failing. http://mails.dpdk.org/archives/test-report/2024-September/798209.html > Subject: [PATCH v3 6/6] app/crypto-perf: support EDDSA > &

[PATCH v3 6/6] app/crypto-perf: support EDDSA

2024-09-20 Thread Gowrishankar Muthukrishnan
Added support for EDDSA 25519 curve SIGN and VERIFY operations. Signed-off-by: Gowrishankar Muthukrishnan --- app/test-crypto-perf/cperf_ops.c | 52 app/test-crypto-perf/cperf_options.h | 2 + app/test-crypto-perf/cperf_options_parsing.c | 9 +++- app/t