summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/test/test-tbc-encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-tbc-encrypt.c')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/test/test-tbc-encrypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-tbc-encrypt.c b/crypto_aead/lilliputaei128v1/ref/test/test-tbc-encrypt.c
index c6a4e60..0c6f980 100644
--- a/crypto_aead/lilliputaei128v1/ref/test/test-tbc-encrypt.c
+++ b/crypto_aead/lilliputaei128v1/ref/test/test-tbc-encrypt.c
@@ -37,8 +37,8 @@ const vector VECTORS[] = {
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
},
.ciphertext = {
- 0xe2, 0xad, 0x84, 0xca, 0x96, 0xdc, 0x76, 0x34,
- 0xcb, 0x8e, 0xd6, 0x90, 0x63, 0xfc, 0x29, 0xa6,
+ 0xf9, 0xe3, 0x95, 0x3c, 0x04, 0xf6, 0x2d, 0x9c,
+ 0x2d, 0x54, 0x58, 0xc0, 0x1d, 0xcc, 0x8a, 0x25
}
},
{
@@ -57,8 +57,8 @@ const vector VECTORS[] = {
0x9c, 0x9d, 0x1d, 0xbd, 0x0d, 0x30, 0x94, 0x0b
},
.ciphertext = {
- 0x00, 0x7a, 0xdd, 0x4c, 0x96, 0x81, 0x96, 0x87,
- 0xd3, 0xb2, 0x76, 0xe1, 0xbf, 0x8a, 0x12, 0x6a,
+ 0xf4, 0x4a, 0x06, 0x30, 0x7d, 0xd2, 0xb2, 0x5a,
+ 0xf9, 0xd2, 0xba, 0x6c, 0x41, 0xf4, 0x45, 0x7f
}
}
};