aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-07 04:05:37 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-07 04:05:37 +0100
commit8389ac65e4724eb7fb5b13f426d144b36177c4e8 (patch)
treed140301e5788d6a18e43e8c05981d2a84f43c9b5 /TODO
parentadd check for that the word size is 2-potent (diff)
downloadlibkeccak-8389ac65e4724eb7fb5b13f426d144b36177c4e8.tar.gz
libkeccak-8389ac65e4724eb7fb5b13f426d144b36177c4e8.tar.bz2
libkeccak-8389ac65e4724eb7fb5b13f426d144b36177c4e8.tar.xz
add todos
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..08a5c62
--- /dev/null
+++ b/TODO
@@ -0,0 +1,12 @@
+Just for fun:
+ Keccak-3200 by using int128_t and extending the
+ round constants (of course this is problematic because
+ the construction of the round constants are designed
+ to for at most 64 bits so we will get that the higher
+ halfs are equal to the next's lower half; hopefully
+ this does not matter)
+
+Test parallelisation and acceleration.
+
+Do not forget the todos in the code.
+