Skip to content
Snippets Groups Projects
Commit fab02ca9 authored by Niels Möller's avatar Niels Möller
Browse files

* 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
parent 1f7052e2
No related branches found
No related tags found
No related merge requests found
/* hmac.c /* hmac-md5.c
* *
* HMAC message authentication code. * HMAC-MD5 message authentication code.
*/ */
/* nettle, low-level cryptographics library /* nettle, low-level cryptographics library
* *
* Copyright (C) 2001 Niels Mller * Copyright (C) 2002 Niels Mller
* *
* The nettle library is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU Lesser General Public License as published by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment