RE: [v1, 1/3] cryptodev: add SM2 asymmetric crypto algorithm

2023-05-16 Thread Akhil Goyal
> Subject: [v1, 1/3] cryptodev: add SM2 asymmetric crypto algorithm > > ShangMi 2 (SM2) is a encryption and digital signatture algorithm > used in the Chinese National Standard. ShangMi 2 (SM2) is an encryption and digital signature algorithm used in the Chinese National Standard. A

[v1, 1/3] cryptodev: add SM2 asymmetric crypto algorithm

2023-04-28 Thread Gowrishankar Muthukrishnan
ShangMi 2 (SM2) is a encryption and digital signatture algorithm used in the Chinese National Standard. Signed-off-by: Gowrishankar Muthukrishnan --- doc/guides/cryptodevs/features/default.ini | 1 + doc/guides/rel_notes/release_23_07.rst | 3 + lib/cryptodev/rte_crypto_asym.h|