summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-11 09:05:36 +0200
committerJim Meyering <meyering@redhat.com>2008-05-11 09:11:36 +0200
commitc0e92a8bc2db0f1ea4df59b1d6812323b0e58233 (patch)
treeab3385a5c59c12facc4f6735b40b9a254a74b82a /MODULES.html.sh
parent1b34bcfb1d9156c8b95a2695c184840438b56fe5 (diff)
downloadgnulib-c0e92a8bc2db0f1ea4df59b1d6812323b0e58233.tar.gz
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.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 97e2a402c6..f07d11ce61 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1798,6 +1798,8 @@ func_all_modules ()
func_module crypto/md5
func_module crypto/rijndael
func_module crypto/sha1
+ func_module crypto/sha256
+ func_module crypto/sha512
func_end_table
element="Cryptographic computations (high-level)"