summaryrefslogtreecommitdiff
path: root/hmac-md5.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-14 21:07:09 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-14 21:07:09 +0100
commitfab02ca98dc17d8b82273d9f890782c8ca63fc98 (patch)
treeeb0e50d2a02f3672556b8d7c6af218a2c24a51fd /hmac-md5.c
parent1f7052e2a035d022870635efb08e2650c3afc10a (diff)
downloadnettle-fab02ca98dc17d8b82273d9f890782c8ca63fc98.tar.gz
* hmac-md5.c: First working version.
* Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c. (libnettleinclude_HEADERS): Added hmac.h. Rev: src/nettle/hmac-md5.c:1.4
Diffstat (limited to 'hmac-md5.c')
-rw-r--r--hmac-md5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hmac-md5.c b/hmac-md5.c
index 96e61f91..647d0e6e 100644
--- a/hmac-md5.c
+++ b/hmac-md5.c
@@ -1,11 +1,11 @@
-/* hmac.c
+/* hmac-md5.c
*
- * HMAC message authentication code.
+ * HMAC-MD5 message authentication code.
*/
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2001 Niels Möller
+ * Copyright (C) 2002 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by