Hi Shally, A few minor comments:
> -----Original Message----- > From: Shally Verma [mailto:[email protected]] > Sent: Tuesday, July 3, 2018 4:24 PM > To: De Lara Guarch, Pablo <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; Sunila Sahu > <[email protected]>; Ashish Gupta > <[email protected]>; Umesh Kartha > <[email protected]> > Subject: [PATCH v4 1/4] lib/cryptodev: add asymmetric algos in cryptodev > Change title to: "cryptodev: add basic asymmetric structures"? At least, don't use lib, and cryptodev twice. > Add rte_crypto_asym.h with supported xfrms and associated op structures and > APIs > > API currently supports: > - RSA Encrypt, Decrypt, Sign and Verify > - Modular Exponentiation and Inversion > - DSA Sign and Verify > - Deffie-hellman private key exchange Diffie-Hellman > - Deffie-hellman public key exchange > - Deffie-hellman shared secret compute > - Deffie-hellman public/private key pair generation using xform chain > > Signed-off-by: Shally Verma <[email protected]> > Signed-off-by: Sunila Sahu <[email protected]> > Signed-off-by: Ashish Gupta <[email protected]> > Signed-off-by: Umesh Kartha <[email protected]>

