aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-14 10:06:32 +0200
committerMattias Andrée <maandree@kth.se>2024-09-14 10:06:32 +0200
commit7c11ee423f4f8b6abe8c5d53d79abf4aa3dfd423 (patch)
tree89fdbec2bfb80846dda4e66847070ca3a5d17527
parentFix bug where the hash is incomplete and possiblity corrupt when the bitrate is not a multiple of the word size (diff)
downloadlibkeccak-7c11ee423f4f8b6abe8c5d53d79abf4aa3dfd423.tar.gz
libkeccak-7c11ee423f4f8b6abe8c5d53d79abf4aa3dfd423.tar.bz2
libkeccak-7c11ee423f4f8b6abe8c5d53d79abf4aa3dfd423.tar.xz
Add todo about optimising for smaller word sizes (should drastically improve performance)1.4.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 64f1b4c..39c9750 100644
--- a/TODO
+++ b/TODO
@@ -13,3 +13,7 @@ Add libkeccak_cshakesum_fd (TODO in libkeccak.h)
Add KMAC and KMACXOF
Add TupleHash and TupleHashXOF
Add ParallelHash and ParallelHashXOF
+
+Optimise for wordsize 32
+Optimise for wordsize 16
+Optimise for wordsize 8