summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/test/tweakey.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/tweakey.c')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/test/tweakey.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/tweakey.c b/crypto_aead/lilliputaei128v1/ref/test/tweakey.c
index 4b4d7dd..ddf595b 100644
--- a/crypto_aead/lilliputaei128v1/ref/test/tweakey.c
+++ b/crypto_aead/lilliputaei128v1/ref/test/tweakey.c
@@ -61,13 +61,13 @@ vector_input VECTORS[] = {
{
.name = "random",
.tweak = {
- 0xcf, 0x4c, 0xd4, 0x0b, 0x5e, 0x04, 0x2d, 0x26,
- 0xa5, 0x19, 0x5b, 0x52, 0x73, 0xff, 0x12, 0xd2,
- 0x39, 0x33, 0x28, 0x90, 0xc5, 0x0e, 0x33, 0x25
+ 0xa8, 0x43, 0xf3, 0x10, 0x81, 0x11, 0x1c, 0x84,
+ 0xdf, 0xf8, 0x2e, 0xfa, 0x90, 0x90, 0x26, 0x21,
+ 0x7d, 0x8d, 0x43, 0x12, 0x2a, 0xb3, 0xd2, 0x4d
},
.key = {
- 0xa2, 0x28, 0x13, 0x19, 0x00, 0xd1, 0xf1, 0xf3,
- 0xa9, 0xca, 0x44, 0x73, 0x56, 0x16, 0xae, 0xb4,
+ 0xc1, 0x96, 0xc6, 0x0a, 0x02, 0x73, 0x91, 0x68,
+ 0x7f, 0xf4, 0x23, 0x4d, 0x3d, 0xd5, 0xf9, 0x9b
}
}
};