summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2021-09-07 15:45:01 +0100
committerPádraig Brady <P@draigBrady.com>2021-09-15 20:44:18 +0100
commit8362f2552a4192d6b1e0e46fa5edd4ce76e29560 (patch)
tree1473222dcce62ef0b2c7148f57dc0fa9ddf3245e /bootstrap.conf
parentad6c8e1181a3966e35d68c1c354deb1c73f3e974 (diff)
downloadcoreutils-8362f2552a4192d6b1e0e46fa5edd4ce76e29560.tar.gz
digest: add support for sm3
Add message digest sm3, which uses the OSCCA SM3 secure hash (OSCCA GM/T 0004-2012 SM3) generic hash transformation. * bootstrap.conf: Add the sm3 module. * doc/coreutils.texi: Mention the cksum -a option. * src/digest.c: Provide support for --algorithm='sm3'. * tests/misc/sm3sum.pl: Add a new test (from Tianjia Zhang) * tests/local.mk: Reference the new test. * NEWS: Mention the new feature. Tested-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index e7ed7e5ff..481a37e9c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -60,6 +60,7 @@ gnulib_modules="
crypto/sha1
crypto/sha256
crypto/sha512
+ crypto/sm3
cycle-check
d-ino
d-type