diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-27 14:08:56 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-27 14:08:56 +0100 |
| commit | 30b6de9dd377259685cfd0aedabd1f891fcf0d44 (patch) | |
| tree | a83c9234490dd178b083d3c6f45d959a4ad35519 /crypto_aead | |
| parent | 4fefe35fd63842b827016acecfadae891d0da953 (diff) | |
| download | lilliput-ae-implem-30b6de9dd377259685cfd0aedabd1f891fcf0d44.tar.xz | |
Implémentation du mode SCT-2
Diffstat (limited to 'crypto_aead')
| -rw-r--r-- | crypto_aead/lilliputaeii128v1/ref/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto_aead/lilliputaeii128v1/ref/Makefile b/crypto_aead/lilliputaeii128v1/ref/Makefile index 90f2a75..ab18c62 100644 --- a/crypto_aead/lilliputaeii128v1/ref/Makefile +++ b/crypto_aead/lilliputaeii128v1/ref/Makefile @@ -39,5 +39,3 @@ results/src/tweakey.o: src/tweakey.h src/constants.h parameters.h # TODO: should add order-only prerequisites to remove mkdirs inside recipes # TODO: add valgrind, although it does not seem to play well with ASAN # TODO: should use gcc -M... to generate .o -> .h dependencies - -results/src/lilliput-ae-ii.o: CFLAGS += -Wno-unused # FIXME: remove once implemented |
