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

#include <stdint.h>


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

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