diff options
author | Niels Möller <nisse@lysator.liu.se> | 2002-01-14 21:07:23 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2002-01-14 21:07:23 +0100 |
commit | 65a30e539bac3280d99ce4b1bebeeaed8dbf61cf (patch) | |
tree | a90192565a77ca8f5b65528d2c3cdaeb5f3b11ef /hmac.h | |
parent | fab02ca98dc17d8b82273d9f890782c8ca63fc98 (diff) | |
download | nettle-65a30e539bac3280d99ce4b1bebeeaed8dbf61cf.tar.gz |
* 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
Diffstat (limited to 'hmac.h')
-rw-r--r-- | hmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |