diff options
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/constants.c')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/constants.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/constants.c b/crypto_aead/lilliputaei128v1/ref/constants.c new file mode 100644 index 0000000..ef9f1a7 --- /dev/null +++ b/crypto_aead/lilliputaei128v1/ref/constants.c @@ -0,0 +1,6 @@ +#include "constants.h" + + +const uint8_t h[8] = { + 4, 0, 1, 5, 2, 6, 3, 7 +}; |
