RE: [EXT] [PATCH 1/4] crypto: add dsa random number k

2022-02-06 Thread Akhil Goyal
Hi Arek, > This commit adds random number 'k' to dsa > op param struct. > > Signed-off-by: Arek Kusztal > --- Could you please update the description of the patches, To describe the need of the patch and what has been done in the patch. Most of the commits in this set does not describe the need

RE: [PATCH 1/4] crypto: add dsa random number k

2022-02-04 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, February 2, 2022 6:50 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; > rb...@marvell.com; Kusztal, ArkadiuszX > Subject: [PATCH 1/4] crypto: add dsa random number k > > Thi

[PATCH 1/4] crypto: add dsa random number k

2022-02-01 Thread Arek Kusztal
This commit adds random number 'k' to dsa op param struct. Signed-off-by: Arek Kusztal --- lib/cryptodev/rte_crypto_asym.h | 4 1 file changed, 4 insertions(+) diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/cryptodev/rte_crypto_asym.h index 9c866f553f..e0def3d9ab 100644 --- a/lib/crypt