]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* hmac-md5.c: First working version.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 20:07:09 +0000 (21:07 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 20:07:09 +0000 (21:07 +0100)
* 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

hmac-md5.c

index 96e61f918742f9aaeae647d43a8f3db7462f776e..647d0e6ed0f6fc94099dc0505598c786159b955b 100644 (file)
@@ -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