From 8d46de55be9fce55b297915e7086f77ceaab6f19 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 21 Nov 2018 16:34:25 +0100 Subject: Ajout de traces pour cipher.c (début) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implémentation de test-cipher.c en passant. --- .../ref/test/test-cipher-ref/cipher_order.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_order.txt') diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_order.txt b/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_order.txt index 586078f..7dc7178 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_order.txt +++ b/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_order.txt @@ -1,14 +1,14 @@ Tweak : -17 16 15 14 13 12 11 10 -0f 0e 0d 0c 0b 0a 09 08 -07 06 05 04 03 02 01 00 + 17 16 15 14 13 12 11 10 + 0f 0e 0d 0c 0b 0a 09 08 + 07 06 05 04 03 02 01 00 Key : -0f 0e 0d 0c 0b 0a 09 08 -07 06 05 04 03 02 01 00 + 0f 0e 0d 0c 0b 0a 09 08 + 07 06 05 04 03 02 01 00 Message : -0f 0e 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 + 0f 0e 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 One round EGFN round : 0 State : -- cgit v1.2.3