RE: [EXT] [PATCH v2 05/14] cryptodev: clarify usage of private key in dh

2022-05-26 Thread Akhil Goyal
> - Clarified usage of private key in Diffie-Hellman. > CSRNG capable device should generate private key and then > use it for public key generation. > > Signed-off-by: Arek Kusztal > --- > lib/cryptodev/rte_crypto_asym.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/lib/cryptod

[PATCH v2 05/14] cryptodev: clarify usage of private key in dh

2022-05-25 Thread Arek Kusztal
- Clarified usage of private key in Diffie-Hellman. CSRNG capable device should generate private key and then use it for public key generation. Signed-off-by: Arek Kusztal --- lib/cryptodev/rte_crypto_asym.h | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/cryptodev/rte_crypto_asym.h