diff options
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/constants.c')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/constants.c b/crypto_aead/lilliputaei128v1/ref/constants.c index 350021c..b8c8f31 100644 --- a/crypto_aead/lilliputaei128v1/ref/constants.c +++ b/crypto_aead/lilliputaei128v1/ref/constants.c @@ -2,7 +2,7 @@ const uint8_t h[8] = { - 4, 0, 1, 5, 2, 6, 3, 7 + 1, 2, 4, 6, 0, 3, 5, 7 }; const uint8_t P[6][256] = { |
