> -----Original Message-----
> From: Kusztal, ArkadiuszX <[email protected]>
> Sent: Wednesday, April 27, 2022 10:55 AM
> To: [email protected]
> Cc: [email protected]; Zhang, Roy Fan <[email protected]>; Kusztal,
> ArkadiuszX <[email protected]>
> Subject: [PATCH v2] cryptodev: add elliptic curve diffie hellman
> 
> This commit adds Elliptic Curve Diffie-Hellman option to Cryptodev.
> This could be achieved with EC point multiplication but:
> 1) Phase 1 of DH is used with EC generator, multiplication expect
> setting generator manually.
> 2) It will unify usage of DH.
> 3) Can be extended easily to support X25519 and X448.
> 
> Signed-off-by: Arek Kusztal <[email protected]>
> ---
> v2:
> - added ecdh comments to operation types
> 
> Depends-on: series-22684 ("cryptodev: move dh type from xform to dh op")
> 
>  lib/cryptodev/rte_crypto_asym.h | 46 +++++++++++++++++++++++---------
> ---------
Acked-by: Fan Zhang <[email protected]>

Reply via email to