From 833b24eb5dffcfb675aabbefd2435ed6f6b72bfe Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 5 Feb 2019 08:21:47 +0100 Subject: Mise en commun des sources à l'aide de liens symboliques MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/add_tweakeyloop/cipher.h | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) mode change 100644 => 120000 src/add_tweakeyloop/cipher.h (limited to 'src/add_tweakeyloop/cipher.h') diff --git a/src/add_tweakeyloop/cipher.h b/src/add_tweakeyloop/cipher.h deleted file mode 100644 index 06dfde5..0000000 --- a/src/add_tweakeyloop/cipher.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef CIPHER_H -#define CIPHER_H - -#include - -#include "parameters.h" - - -void lilliput_tbc_encrypt( - const uint8_t key[KEY_BYTES], - const uint8_t tweak[TWEAK_BYTES], - const uint8_t message[BLOCK_BYTES], - uint8_t ciphertext[BLOCK_BYTES] -); - -void lilliput_tbc_decrypt( - const uint8_t key[KEY_BYTES], - const uint8_t tweak[TWEAK_BYTES], - const uint8_t ciphertext[BLOCK_BYTES], - uint8_t message[BLOCK_BYTES] -); - -#endif /* CIPHER_H */ diff --git a/src/add_tweakeyloop/cipher.h b/src/add_tweakeyloop/cipher.h new file mode 120000 index 0000000..eab258b --- /dev/null +++ b/src/add_tweakeyloop/cipher.h @@ -0,0 +1 @@ +../ref/cipher.h \ No newline at end of file -- cgit v1.2.3