diff options
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/constants.h')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/constants.h b/crypto_aead/lilliputaei128v1/ref/constants.h index c329896..109f1c5 100644 --- a/crypto_aead/lilliputaei128v1/ref/constants.h +++ b/crypto_aead/lilliputaei128v1/ref/constants.h @@ -1,4 +1,9 @@ #include <stdint.h> +/* Tweakey permutation */ extern const uint8_t h[8]; + +/* Tweakey multiplication */ +extern const uint8_t P[6][256]; + |
