csharpcomp-script: Handle directories with spaces correctly.
[gnulib.git] / modules / crypto / sha256-buffer
blob9e5c029af49493728e8bbe61a9f48a73df14aa40
1 Description:
2 Compute SHA224 and SHA256 checksums.
4 Files:
5 lib/gl_openssl.h
6 lib/sha256.h
7 lib/sha256.c
8 m4/gl-openssl.m4
9 m4/sha256.m4
11 Depends-on:
12 alignasof
13 byteswap
14 c99
15 extern-inline
16 stdint
18 configure.ac:
19 AC_REQUIRE([AC_C_RESTRICT])
20 gl_SHA256
22 Makefile.am:
23 lib_SOURCES += sha256.c
25 Include:
26 "sha256.h"
28 Link:
29 $(LIB_CRYPTO)
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering