diff options
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c b/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c index 96abe77..d75d2b0 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c +++ b/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c @@ -63,7 +63,7 @@ const vector VECTORS[] = { 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }, .last_rtk = { - 0xac, 0x92, 0x86, 0x9b, 0xae, 0xba, 0x8f, 0xa7 + 0xa5, 0x92, 0x9b, 0xa7, 0x86, 0x8f, 0xb3, 0xae } }, { @@ -78,7 +78,7 @@ const vector VECTORS[] = { 0x7f, 0xf4, 0x23, 0x4d, 0x3d, 0xd5, 0xf9, 0x9b }, .last_rtk = { - 0xe6, 0xe3, 0x5e, 0x39, 0xf1, 0xf2, 0xa6, 0xac + 0xed, 0xe3, 0x39, 0xac, 0x5e, 0xa6, 0xf9, 0xf1 } } }; |
