diff options
Diffstat (limited to 'crypto_aead/lilliputaei128v1')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c b/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c index 7c97f40..205a69c 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c +++ b/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c @@ -114,11 +114,11 @@ const vector VECTORS[] = { 0x48, 0x36, 0x0e, 0x11, 0xec, 0xe2, 0x0a, 0x4e, 0xe4, 0x3c, 0xc0, 0xb5, 0xf8, 0xe7, 0xb9, 0x7a, 0xc1, 0xf4, 0x3b, 0xa7, 0x8b, 0xaa, 0x89, 0xe6, - 0x2d, 0x00 + 0x2d, 0x48 }, .tag = { - 0xb8, 0x50, 0x85, 0xb1, 0x70, 0x1a, 0xd8, 0xc4, - 0x07, 0xff, 0x2f, 0x16, 0xf5, 0x29, 0x1f, 0x01 + 0x12, 0x99, 0x0c, 0x33, 0x41, 0x59, 0x34, 0xa7, + 0xd9, 0xa6, 0xcc, 0xb2, 0x90, 0xfe, 0x6d, 0x3d } } }; |
