install-reloc: Support multi-binary installation.
[gnulib.git] / modules / crypto / hmac-sha1
1 Description:
2 Compute hashed message authentication codes with SHA1.
3
4 Files:
5 lib/hmac.h
6 lib/hmac-sha1.c
7
8 Depends-on:
9 memxor
10 crypto/sha1
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += hmac-sha1.c
16
17 Include:
18 "hmac.h"
19
20 License:
21 LGPLv2+
22
23 Maintainer:
24 Simon Josefsson