crypto/sha512: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / crypto / sha512
1 Description:
2 Compute SHA384 and SHA512 checksums.
3
4 Files:
5 lib/sha512.h
6 lib/sha512.c
7 m4/sha512.m4
8
9 Depends-on:
10 stdint
11 u64
12
13 configure.ac:
14 gl_SHA512
15
16 Makefile.am:
17 lib_SOURCES += sha512.c
18
19 Include:
20 "sha512.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Jim Meyering