diff options
author | Mattias Andrée <maandree@kth.se> | 2019-02-09 18:37:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-02-09 18:37:49 +0100 |
commit | 85a86ee411f5ee0c139bfeb778d9c5ea4bc8aec3 (patch) | |
tree | a849ecb25c57e91a1364b0a662833557c3376912 | |
parent | Change license to ISC and reorganise (diff) | |
download | libsha2-85a86ee411f5ee0c139bfeb778d9c5ea4bc8aec3.tar.gz libsha2-85a86ee411f5ee0c139bfeb778d9c5ea4bc8aec3.tar.bz2 libsha2-85a86ee411f5ee0c139bfeb778d9c5ea4bc8aec3.tar.xz |
Add HMAC to TODO
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,7 @@ NAME DESCRIPTION libsha2 is a bit-oriented implementation of the SHA2-family with support for SHA-224, SHA-256, SHA-384, SHA-512, - SHA-512/224, and SHA-512/256, state marshalling, secure - erasure of sensitive data, and HMAC. + SHA-512/224, and SHA-512/256, and state marshalling RATIONALE This should be obvious. @@ -0,0 +1 @@ +Add HMAC support |