From 1b70dc0fdb7c445f526a51ced73e531ac31cf438 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 21 Nov 2018 10:29:44 +0100 Subject: Implémentation de la multiplication du tweakey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_aead/lilliputaei128v1/ref/constants.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crypto_aead/lilliputaei128v1/ref/constants.h') 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 +/* Tweakey permutation */ extern const uint8_t h[8]; + +/* Tweakey multiplication */ +extern const uint8_t P[6][256]; + -- cgit v1.2.3