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

2022-06-03 Thread Ray Kinsella
"Kusztal, ArkadiuszX" writes: >> -Original Message- >> From: Akhil Goyal >> Sent: Thursday, June 2, 2022 4:25 PM >> To: Ray Kinsella >> Cc: Kusztal, ArkadiuszX ; dev@dpdk.org; Zhang, >> Roy Fan >> Subject: RE: [EXT] [PATCH v5 06/

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

2022-06-02 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Thursday, June 2, 2022 4:25 PM > To: Ray Kinsella > Cc: Kusztal, ArkadiuszX ; dev@dpdk.org; Zhang, > Roy Fan > Subject: RE: [EXT] [PATCH v5 06/12] cryptodev: add elliptic curve diffie > hellman >

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

2022-06-02 Thread Akhil Goyal
> > Akhil Goyal 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

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

2022-06-02 Thread Ray Kinsella
Akhil Goyal 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, >> therefor

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

2022-06-02 Thread Akhil Goyal
> - 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