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 ++++++------ .../ref/test/test-cipher-ref/cipher_random.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref') 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 : diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_random.txt b/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_random.txt index ab77e18..2762d7b 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_random.txt +++ b/crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_random.txt @@ -1,14 +1,14 @@ Tweak : -4d d2 b3 2a 12 43 8d 7d -21 26 90 90 fa 2e f8 df -84 1c 11 81 10 f3 43 a8 + 4d d2 b3 2a 12 43 8d 7d + 21 26 90 90 fa 2e f8 df + 84 1c 11 81 10 f3 43 a8 Key : -9b f9 d5 3d 4d 23 f4 7f -68 91 73 02 0a c6 96 c1 + 9b f9 d5 3d 4d 23 f4 7f + 68 91 73 02 0a c6 96 c1 Message : -0b 94 30 0d bd 1d 9d 9c f9 c8 b6 84 29 f0 d7 bc + 0b 94 30 0d bd 1d 9d 9c f9 c8 b6 84 29 f0 d7 bc One round EGFN round : 0 State : -- cgit v1.2.3