Benchmark App : fixed some invalid set key sizes

This commit is contained in:
Jacob Barthelmeh
2016-09-17 15:07:38 -06:00
parent 3f95bac55f
commit 6d73175b22

View File

@ -261,7 +261,8 @@ static const XGEN_ALIGN byte key[] =
{
0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef,
0xfe,0xde,0xba,0x98,0x76,0x54,0x32,0x10,
0x89,0xab,0xcd,0xef,0x01,0x23,0x45,0x67
0x89,0xab,0xcd,0xef,0x01,0x23,0x45,0x67,
0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef
};
static const XGEN_ALIGN byte iv[] =