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/cipher_order.txt | |
| 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/cipher_order.txt')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-cipher-ref/cipher_order.txt | 12 |
1 files changed, 6 insertions, 6 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 : |
