diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-05 15:23:04 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-05 16:37:11 +0200 |
| commit | 09602fcb6e50fda8245213ac66a340510f21a12f (patch) | |
| tree | ca0f582ceb579db33f2eea7b12b7a3ea63f7f52b /CHANGELOG.txt | |
| parent | 1b4b310cde60372107376c130de1d1950adc8809 (diff) | |
| download | lilliput-ae-implem-09602fcb6e50fda8245213ac66a340510f21a12f.tar.xz | |
Suppression d'une variable intermédiaire dans add_felicsref
Pas sûr que la variable soit utile dans les autres… 🤷
Diffstat (limited to 'CHANGELOG.txt')
| -rw-r--r-- | CHANGELOG.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2e92008..31acfd2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -68,6 +68,9 @@ See reference implementation. Further changes: - Compute round-tweakeys on the fly to save on RAM, instead of storing all pre-computed round-tweakeys. (cipher.c) +- Remove intermediate buffer X in lilliput_tbc_decrypt(), to resemble lilliput_tbc_encrypt(). + (cipher.c) + add_threshold ------------- |
