aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--TODO1
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4fedb6f..c2e5888 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..0087301
--- /dev/null
+++ b/TODO
@@ -0,0 +1 @@
+Add HMAC support