summaryrefslogtreecommitdiff
path: root/src/add_tweakeyloop/cipher.h
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 08:21:47 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 08:21:47 +0100
commit833b24eb5dffcfb675aabbefd2435ed6f6b72bfe (patch)
tree8d95fcfccabe9c1edc322ab8cc2d62a86e72cbac /src/add_tweakeyloop/cipher.h
parentc82158ac5bab34ec6b88560b65c23094384b8cdf (diff)
downloadlilliput-ae-implem-833b24eb5dffcfb675aabbefd2435ed6f6b72bfe.tar.xz
Mise en commun des sources à l'aide de liens symboliques
Diffstat (limited to 'src/add_tweakeyloop/cipher.h')
l---------[-rw-r--r--]src/add_tweakeyloop/cipher.h24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/add_tweakeyloop/cipher.h b/src/add_tweakeyloop/cipher.h
index 06dfde5..eab258b 100644..120000
--- a/src/add_tweakeyloop/cipher.h
+++ b/src/add_tweakeyloop/cipher.h
@@ -1,23 +1 @@
-#ifndef CIPHER_H
-#define CIPHER_H
-
-#include <stdint.h>
-
-#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 */
+../ref/cipher.h \ No newline at end of file