diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-14 10:06:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-14 10:06:32 +0200 |
commit | 7c11ee423f4f8b6abe8c5d53d79abf4aa3dfd423 (patch) | |
tree | 89fdbec2bfb80846dda4e66847070ca3a5d17527 /TODO | |
parent | Fix bug where the hash is incomplete and possiblity corrupt when the bitrate is not a multiple of the word size (diff) | |
download | libkeccak-1.4.1.tar.gz libkeccak-1.4.1.tar.bz2 libkeccak-1.4.1.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>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |