Re: [PATCH v4 06/12] cryptodev: add elliptic curve diffie hellman

2022-05-31 Thread Ray Kinsella
Arek Kusztal writes: > - Added elliptic curve Diffie-Hellman parameters. > Point multiplication allows the user to process every phase of > ECDH, but for phase 1, user should not really care about the generator. > The user does not even need to know what the generator looks like, > therefore se

RE: [PATCH v4 06/12] cryptodev: add elliptic curve diffie hellman

2022-05-31 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Tuesday, May 31, 2022 5:05 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX ; m...@ashroe.eu > Subject: [PATCH v4 06/12] cryptodev: add elliptic curve diffie hellman >

[PATCH v4 06/12] cryptodev: add elliptic curve diffie hellman

2022-05-30 Thread Arek Kusztal
- Added elliptic curve Diffie-Hellman parameters. Point multiplication allows the user to process every phase of ECDH, but for phase 1, user should not really care about the generator. The user does not even need to know what the generator looks like, therefore setting ec xform would make this work