> Hi Gowrishankar, > > Subject: [PATCH] examples/fips_validation: fix digest in non JSON SHA MCT > > > > Non JSON SHA MCT tests produce incorrect digest due to a regression while > > handling MD blocks in common for all kind of SHA, SHA2, SHA3 and SHAKE > > algorithms. Fixing this along with some cleanup to use only rte_malloc API > > for > > storing test vectors as in other tests. > > > > Fixes: d8417b5ef4e ("examples/fips_validation: add SHA3 validation") > > > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > Tested-by: Brian Dooley <brian.doo...@intel.com>
Applied to dpdk-next-crypto Fixes tag changed to 1ea7940e0f44 ("examples/fips_validation: add SHA3 validation") Thanks.