summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-02-17 19:26:12 +0100
committerNiels Möller <nisse@lysator.liu.se>2022-02-17 19:26:12 +0100
commitd966ea0ddb1953651cd1cef788315e6ae9cebcfc (patch)
tree22871a74f082b068e3f9dc9fbfd31ff62472fbf3 /ChangeLog
parent60edc2905d4af10a372f83d2a51d688a1646ad43 (diff)
downloadnettle-d966ea0ddb1953651cd1cef788315e6ae9cebcfc.tar.gz
Delete code for GCM_TABLE_BITS != 8.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d25fe17..bfaa5e96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-02-17 Niels Möller <nisse@lysator.liu.se>
+
+ * gcm.c: Require that GCM_TABLE_BITS == 8. Delete old code for
+ GCM_TABLE_BITS == 0 and GCM_TABLE_BITS == 4.
+ * gcm-internal.h: Delete checks for GCM_TABLE_BITS != 8.
+ * fat-x86_64.c: Likewise.
+ * fat-s390x.c: Likewise.
+ * fat-ppc.c: Likewise.
+ * fat-arm64.c: Likewise.
+
2022-02-15 Niels Möller <nisse@lysator.liu.se>
* fat-x86_64.c: Add fat setup for gcm.