summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-05 09:48:32 +0200
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-05 09:51:21 +0200
commitb29cc9d5f7bf458fb499ed6ab7c409310287397a (patch)
tree4b5a946faad84309dacbc406ded839ba8d521be9 /CHANGELOG.txt
parent3d1334d6a9eb091b457f068033071f97d8758941 (diff)
downloadlilliput-ae-implem-b29cc9d5f7bf458fb499ed6ab7c409310287397a.tar.xz
Utilisation de "size_t" pour l'indexation d'un tableau
Cf. ef17fe7, surtout par souci d'homogénéité.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cc38a27..eb074ad 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -34,6 +34,9 @@ These modifications are structural and/or stylistic and do not change the algori
- Extract tweakey multiplications into their own header file, so that other implementations can make more targeted changes.
(constants.h, multiplications.h, tweakey.c)
+- Use size_t to iterate on arrays in lilliput_tbc_encrypt() and lilliput_tbc_decrypt().
+ (cipher.c)
+
add_threshold
-------------
@@ -45,9 +48,6 @@ See reference implementation.
See reference implementation. Further cleanups:
-- Use size_t to iterate on arrays in lilliput_tbc_encrypt() and lilliput_tbc_decrypt().
- (cipher.c)
-
- Add constant macros KEY_LANES_NB and TWEAK_LANES_NB to make tweakey schedule code more legible.
(tweakey.c)