mbox series

[0/2] cryptodev: extend elliptic curves operations

Message ID 20220818074130.37894-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series cryptodev: extend elliptic curves operations |

Message

Arkadiusz Kusztal Aug. 18, 2022, 7:41 a.m. UTC
  This pathset adds two new capabilities in asym cryptodev:
1) Base point instead of manual point can be used with point multiplication too.
2) Point verify can be used without ECDH, now it will be possible
to use point verification for other ec operations.

Arek Kusztal (2):
  cryptodev: add option to use ec base point in ecpm
  cryptodev: add ec point verification

 doc/guides/cryptodevs/features/default.ini |  1 +
 lib/cryptodev/rte_crypto_asym.h            | 17 ++++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)