2007-03-30 James Youngman <jay@gnu.org>
[gnulib.git] / modules / gc-hmac-sha1
1 Description:
2 Generic crypto wrappers for HMAC-SHA1 functions.
3
4 Files:
5 m4/gc-hmac-sha1.m4
6 lib/sha1.h
7 lib/sha1.c
8 m4/sha1.m4
9 lib/hmac.h
10 lib/hmac-sha1.c
11 m4/hmac-sha1.m4
12 lib/memxor.h
13 lib/memxor.c
14 m4/memxor.m4
15
16 Depends-on:
17 stdint
18 gc
19
20 configure.ac:
21 gl_GC_HMAC_SHA1
22 gl_MODULE_INDICATOR([gc-hmac-sha1])
23
24 Makefile.am:
25
26 Include:
27 "gc.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Simon Josefsson