New modules: crypto/sha256, crypto/sha512 (from coreutils)
authorJim Meyering <meyering@redhat.com>
Sun, 11 May 2008 07:05:36 +0000 (09:05 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 11 May 2008 07:11:36 +0000 (09:11 +0200)
commitc0e92a8bc2db0f1ea4df59b1d6812323b0e58233
treeab3385a5c59c12facc4f6735b40b9a254a74b82a
parent1b34bcfb1d9156c8b95a2695c184840438b56fe5
New modules: crypto/sha256, crypto/sha512 (from coreutils)

* 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.
ChangeLog
MODULES.html.sh
lib/sha256.c [new file with mode: 0644]
lib/sha256.h [new file with mode: 0644]
lib/sha512.c [new file with mode: 0644]
lib/sha512.h [new file with mode: 0644]
lib/u64.h [new file with mode: 0644]
m4/sha256.m4 [new file with mode: 0644]
m4/sha512.m4 [new file with mode: 0644]
modules/crypto/sha256 [new file with mode: 0644]
modules/crypto/sha512 [new file with mode: 0644]