> Subject: [PATCH v3 1/2] app/crypto-perf: support ML KEM > > Add ML-KEM512 support to test-crypto-perf. > > Signed-off-by: Pratik Senapati <[email protected]> > --- > app/test-crypto-perf/cperf_ops.c | 61 +++ > app/test-crypto-perf/cperf_options.h | 2 + > app/test-crypto-perf/cperf_options_parsing.c | 20 + > app/test-crypto-perf/cperf_test_common.c | 3 +- > app/test-crypto-perf/cperf_test_vectors.c | 470 +++++++++++++++++++ > app/test-crypto-perf/cperf_test_vectors.h | 27 ++ > app/test-crypto-perf/main.c | 21 +- > doc/guides/tools/cryptoperf.rst | 1 + > 8 files changed, 603 insertions(+), 2 deletions(-)
Series Acked-by: Akhil Goyal <[email protected]> Applied to dpdk-next-crypto

