mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/crypto/sha256: New file. * modules/crypto/sha512: Likewise. * lib/sha256.c: Likewise. * lib/sha256.h: Likewise. * lib/sha512.c: Likewise. * lib/sha512.h: Likewise. * lib/u64.h: Likewise. * m4/sha256.m4: Likewise. * m4/sha512.m4: Likewise. * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25 lines
221 B
Plaintext
25 lines
221 B
Plaintext
Description:
|
|
Compute SHA224 and SHA256 checksums.
|
|
|
|
Files:
|
|
lib/sha256.h
|
|
lib/sha256.c
|
|
m4/sha256.m4
|
|
|
|
Depends-on:
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_SHA256
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"sha256.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|