diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 16:34:25 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 16:34:49 +0100 |
| commit | 8d46de55be9fce55b297915e7086f77ceaab6f19 (patch) | |
| tree | 6847da64c3e46f455fdd626f8d9d2a0dcdc37cad /crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref | |
| parent | 42b8c9908b04635cabc775c4f86f66cb91497c9f (diff) | |
| download | lilliput-ae-implem-8d46de55be9fce55b297915e7086f77ceaab6f19.tar.xz | |
Ajout de traces pour cipher.c (début)
Implémentation de test-cipher.c en passant.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_order.txt | 12 | ||||
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_random.txt | 12 |
2 files changed, 12 insertions, 12 deletions
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 : |
