summaryrefslogtreecommitdiff
path: root/hmac.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-15 19:37:17 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-15 19:37:17 +0100
commit79b7ca39e029d69b3c998df2997187d4311a9c55 (patch)
tree7c55d5d828fdca17c84c6fe35e31e24d0cecba09 /hmac.c
parent20be10b345a1d661e790b7f8d148cbcaf4f85687 (diff)
downloadnettle-79b7ca39e029d69b3c998df2997187d4311a9c55.tar.gz
*** empty log message ***
Rev: src/nettle/ChangeLog:1.56 Rev: src/nettle/hmac.c:1.3 Rev: src/nettle/hmac.h:1.4
Diffstat (limited to 'hmac.c')
-rw-r--r--hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmac.c b/hmac.c
index 2e0e84f6..c4fc7f02 100644
--- a/hmac.c
+++ b/hmac.c
@@ -1,6 +1,6 @@
/* hmac.c
*
- * HMAC message authentication code.
+ * HMAC message authentication code (RFC-2104).
*/
/* nettle, low-level cryptographics library