diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-07 04:05:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-07 04:05:37 +0100 |
commit | 8389ac65e4724eb7fb5b13f426d144b36177c4e8 (patch) | |
tree | d140301e5788d6a18e43e8c05981d2a84f43c9b5 /TODO | |
parent | add check for that the word size is 2-potent (diff) | |
download | libkeccak-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-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. + |