md5, sha1, sha256, sha512: use openssl routines if available
[gnulib.git] / modules / crypto / sha512
1 Description:
2 Compute SHA384 and SHA512 checksums.
3
4 Files:
5 lib/gl_openssl.h
6 lib/sha512.h
7 lib/sha512.c
8 m4/gl-openssl.m4
9 m4/sha512.m4
10
11 Depends-on:
12 extern-inline
13 stdalign
14 stdint
15 u64
16
17 configure.ac:
18 gl_SHA512
19
20 Makefile.am:
21 lib_SOURCES += sha512.c
22
23 Include:
24 "sha512.h"
25
26 Link:
27 $(LIB_CRYPTO)
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Jim Meyering