From: Niels Möller Date: Mon, 14 Jan 2002 20:07:23 +0000 (+0100) Subject: * hmac.h: General cleanup. Added declarations of hmac-md5, X-Git-Tag: nettle_1.5_release_20020131~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a30e539bac3280d99ce4b1bebeeaed8dbf61cf;p=thirdparty%2Fnettle.git * hmac.h: General cleanup. Added declarations of hmac-md5, hmac-sha1 and hmac-sha256. * Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c. (libnettleinclude_HEADERS): Added hmac.h. Rev: src/nettle/hmac.h:1.3 --- diff --git a/hmac.h b/hmac.h index b32353a8..1c46a65c 100644 --- a/hmac.h +++ b/hmac.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels Möller + * Copyright (C) 2001, 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