Hash :
36cd6e0a
Author :
Date :
2021-09-19T01:38:36
sha256: Clarify module to source relation. * lib/sha256-stream.c: New file, extracted from lib/sha256.c. * lib/sha256.c: Don't include stdlib.h, unlocked-io.h. (BLOCKSIZE, shaxxx_stream, sha256_stream, sha224_stream): Moved to sha256-stream.c. * lib/sha256.h: Tweak. * modules/crypto/sha256 (Files): Add lib/sha256-stream.c. (configure.ac): Don't define GL_COMPILE_CRYPTO_STREAM. (Makefile.am): Arrange to compile sha256-stream.c. (Link): Mention $(LIB_CRYPTO).
Description:
Compute SHA224 and SHA256 checksums.
Files:
lib/sha256-stream.c
Depends-on:
crypto/af_alg
crypto/sha256-buffer
configure.ac:
Makefile.am:
lib_SOURCES += sha256-stream.c
Include:
"sha256.h"
Link:
$(LIB_CRYPTO)
License:
LGPLv2+
Maintainer:
Jim Meyering