summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/constants.h
blob: ec1da942bf0a337a1dabb68d75a8da2fa5802000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <stdint.h>


/* Tweakey permutation */
extern const uint8_t h[8];

/* Tweakey multiplication */
extern const uint8_t P[6][256];

/* Lilliput S-box */
extern const uint8_t S[256];