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