aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-27 18:47:22 +0100
committerMattias Andrée <maandree@kth.se>2022-02-27 18:47:22 +0100
commita989f8a4f1e812a42335046e790efd819922c2f3 (patch)
tree1d895fbf9451d4a38f834acc923cdedad173a88a /TODO
parentAdd cSHAKE (diff)
downloadlibkeccak-a989f8a4f1e812a42335046e790efd819922c2f3.tar.gz
libkeccak-a989f8a4f1e812a42335046e790efd819922c2f3.tar.bz2
libkeccak-a989f8a4f1e812a42335046e790efd819922c2f3.tar.xz
Update TODO
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index c41fded..64f1b4c 100644
--- a/TODO
+++ b/TODO
@@ -6,8 +6,10 @@ Just for fun:
halfs are equal to the next's lower half; hopefully
this does not matter)
-Test parallelisation and acceleration.
+Add tests for HMAC
-Measure cycles per byte.
+Add libkeccak_cshakesum_fd (TODO in libkeccak.h)
-Add tests for HMAC.
+Add KMAC and KMACXOF
+Add TupleHash and TupleHashXOF
+Add ParallelHash and ParallelHashXOF