36 lines
365 B
Plaintext
36 lines
365 B
Plaintext
Description:
|
|
Compute SHA224 and SHA256 checksums.
|
|
|
|
Files:
|
|
lib/gl_openssl.h
|
|
lib/sha256.h
|
|
lib/sha256.c
|
|
m4/gl-openssl.m4
|
|
m4/sha256.m4
|
|
|
|
Depends-on:
|
|
alignasof
|
|
byteswap
|
|
c99
|
|
extern-inline
|
|
stdint
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
gl_SHA256
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += sha256.c
|
|
|
|
Include:
|
|
"sha256.h"
|
|
|
|
Link:
|
|
$(LIB_CRYPTO)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|