log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / crypto / hmac-md5
bloba2bb9ede7d684d21f8fa5a61408efbec7649fe17
1 Description:
2 Compute hashed message authentication codes with MD5.
4 Files:
5 lib/hmac.h
6 lib/hmac.c
7 lib/hmac-md5.c
9 Depends-on:
10 memxor
11 crypto/md5
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += hmac-md5.c
18 Include:
19 "hmac.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 Simon Josefsson