Hi Vidya, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Vidya Sagar Velumuri > Sent: Wednesday, September 15, 2021 7:11 AM > To: adwiv...@marvell.com; ano...@marvell.com; ktejas...@marvell.com; > ndabilpu...@marvell.com; kirankum...@marvell.com; sk...@marvell.com; > skotesh...@marvell.com; gak...@marvell.com; Doherty, Declan > <declan.dohe...@intel.com> > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v1 3/3] test/crypto: add ZUC test cases for 256 bit > key > > Add test cases for zuc 256 bit key. > Add test case for zuc 8 and 16 byte digest with 256 bit key mode > > Signed-off-by: Vidya Sagar Velumuri <vvelum...@marvell.com>
I see you added some test vectors for ZUC-256 and they all contain 24 bytes of IV. >From the specs, I see that the IV is actually comprised of 23 full bytes or 25 >bytes (where the first 17 are full and the last 8 contain 6 least significant >bits each). Could you tell me where those 24 bytes are coming from? I think there could be a conflict here with other implementations. Thanks, Pablo