RE: [EXT] [PATCH 2/4] cryptodev: add SM3 hash algorithm

2022-08-17 Thread Anoob Joseph
Hi Arek, Please see inline. Thanks, Anoob > > External Email > > -- > SM3 is a cryptographic hash function used in the Chinese National Standard. > > - Added SM3 algorithm > > Signed-off-by: Arek Kusztal > --- [snip] > a/

[PATCH 2/4] cryptodev: add SM3 hash algorithm

2022-08-17 Thread Arek Kusztal
SM3 is a cryptographic hash function used in the Chinese National Standard. - Added SM3 algorithm Signed-off-by: Arek Kusztal --- doc/guides/cryptodevs/features/default.ini | 1 + doc/guides/rel_notes/release_22_11.rst | 5 + lib/cryptodev/rte_crypto_sym.h | 4 +++- lib/cryp