diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-10 15:05:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-10 15:05:24 +0200 |
commit | 22ba4e3dbb6a46be7925d3a855fc7311b30b6394 (patch) | |
tree | 644c5da0d81321103c6959c1e86920da866d8c3b /TODO | |
parent | grammaro + add libkeccak_hmac_create.3 (diff) | |
download | libkeccak-22ba4e3dbb6a46be7925d3a855fc7311b30b6394.tar.gz libkeccak-22ba4e3dbb6a46be7925d3a855fc7311b30b6394.tar.bz2 libkeccak-22ba4e3dbb6a46be7925d3a855fc7311b30b6394.tar.xz |
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -11,5 +11,22 @@ Test parallelisation and acceleration. Measure cycles per byte. Fix todos in the texinfo file. -Add man pages. +Add man pages: + libkeccak_hmac_set_key + libkeccak_hmac_reset + libkeccak_hmac_wipe + libkeccak_hmac_fast_destroy + libkeccak_hmac_destroy + libkeccak_hmac_fast_free + libkeccak_hmac_free + libkeccak_hmac_copy + libkeccak_hmac_duplicate + libkeccak_hmac_marshal_size + libkeccak_hmac_marshal + libkeccak_hmac_unmarshal + libkeccak_hmac_unmarshal_skip + libkeccak_hmac_fast_update + libkeccak_hmac_update + libkeccak_hmac_fast_digest + libkeccak_hmac_digest |