> Subject: [PATCH v1 0/3] cryptodev: support PQC ML algorithms > > This series added support for PQC ML-KEM and ML-DSA algorithms. > > Gowrishankar Muthukrishnan (3): > cryptodev: support PQC ML algorithms > crypto/openssl: add ML crypto support > app/test: add ML crypto test vectors > > app/test/test_cryptodev_asym.c | 856 ++++++++ > app/test/test_cryptodev_ml_dsa_test_vectors.h | 1856 +++++++++++++++++ > app/test/test_cryptodev_ml_kem_test_vectors.h | 873 ++++++++ > doc/guides/cryptodevs/features/default.ini | 2 + > doc/guides/cryptodevs/features/openssl.ini | 2 + > doc/guides/prog_guide/cryptodev_lib.rst | 3 +- > doc/guides/rel_notes/release_25_11.rst | 11 + > drivers/crypto/openssl/openssl_pmd_private.h | 16 + > drivers/crypto/openssl/rte_openssl_pmd.c | 868 ++++++++ > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 129 ++ > lib/cryptodev/rte_crypto_asym.h | 306 +++ > lib/cryptodev/rte_cryptodev.c | 60 + > lib/cryptodev/rte_cryptodev.h | 15 +- > 13 files changed, 4994 insertions(+), 3 deletions(-) > create mode 100644 app/test/test_cryptodev_ml_dsa_test_vectors.h > create mode 100644 app/test/test_cryptodev_ml_kem_test_vectors.h
Please fix compilation on lower OpenSSL versions. > > -- > 2.37.1

