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