ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / crypto / hmac-sha512
blob53e11f8cb62f0ac12b16a003a98a9a9dee0652e9
1 Description:
2 Compute hashed message authentication codes with SHA512.
4 Files:
5 lib/hmac.h
6 lib/hmac.c
7 lib/hmac-sha512.c
9 Depends-on:
10 memxor
11 crypto/sha512
13 configure.ac:
14 AC_REQUIRE([AC_C_RESTRICT])
16 Makefile.am:
17 lib_SOURCES += hmac-sha512.c
19 Include:
20 "hmac.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Simon Josefsson