summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-08-30 10:05:23 +0000
committerWerner Koch <wk@gnupg.org>2003-08-30 10:05:23 +0000
commit5dc9baf75b3170fe9db9bb4fd78947c26f11fb51 (patch)
tree0cdb467f35cd189a0bd5e5635dc8ab5a057e09d5 /TODO
parentbdcadfca80673ffa2e46f03fa5e85582f24a50cd (diff)
downloadlibgcrypt-5dc9baf75b3170fe9db9bb4fd78947c26f11fb51.tar.gz
(Working with hash algorithms): Clarified that HMAC
does not work with all algorithms.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6f7903dd..b1963354 100644
--- a/TODO
+++ b/TODO
@@ -25,3 +25,6 @@
the asymmetric ciphers could be changed for convenient interaction
with the ac interface (i.e. by using ac's `data sets') and the pk
interface could be changed to be a wrapper for the ac interface.
+
+* HMAC won't work with sha-512 due to the different block size. OTOH,
+ I can imagine no cryptographic reason to use it.