From: Niels Möller Date: Mon, 14 Jan 2002 20:07:09 +0000 (+0100) Subject: * hmac-md5.c: First working version. X-Git-Tag: nettle_1.5_release_20020131~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab02ca98dc17d8b82273d9f890782c8ca63fc98;p=thirdparty%2Fnettle.git * 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 --- 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