Hash :
0d45ec7c
Author :
Date :
2018-06-17T14:35:37
crypto: use byteswap * lib/md4.c, lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c: * lib/sm3.c: Include <byteswap.h>. (SWAP): Use its macros rather than reinventing the wheel. * modules/crypto/md4, modules/crypto/md5-buffer: * modules/crypto/sha1-buffer, modules/crypto/sha256-buffer: * modules/crypto/sha512-buffer, modules/crypto/sm3: (Depends-on): Add byteswap.
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:
byteswap
extern-inline
stdalign
stdint
configure.ac:
gl_SHA256
Makefile.am:
lib_SOURCES += sha256.c
Include:
"sha256.h"
Link:
$(LIB_CRYPTO)
License:
LGPLv2+
Maintainer:
Jim Meyering