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