> Subject: [PATCH v3] app/crypto-perf: add support for RSA decrypt > > This patch enables support for RSA decrypt and verify operations > and added cipher and sign test vectors. > > v2: > * Added macro for buffer size > * Fixed RSA sign buffer corruption > > v3: > * Restrict default public key usage > * Use a common for all RSA crypto operations Change log should be mentioned after ---
> > Signed-off-by: Sucharitha Sarananaga <ssaranan...@marvell.com> > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > --- Applied to dpdk-next-crypto Thanks.