]> Savannah Git Hosting - gnulib.git/commit
New module: crypto/gc-sm3
authorJia Zhang <qianyue.zj@alibaba-inc.com>
Sun, 29 Oct 2017 03:58:20 +0000 (23:58 -0400)
committerBruno Haible <bruno@clisp.org>
Sun, 29 Oct 2017 08:11:25 +0000 (09:11 +0100)
commite128f7fb2f0be16d96e5cc274bdd61bcb68313eb
tree9b919f579d914e1e6f1c402e305a13b3fff19da6
parent61f381e0f7daffe7bbef904070d5ca5f81fc2273
New module: crypto/gc-sm3

* lib/gc.h: Declare SM3-related stuffs.
* lib/gc-gnulib.c: Support sm3 in internal functions.
* lib/gc-libgcrypt.c: Support sm3 with libgcrypt.
* m4/gc-sm3.m4: m4 file for gc-sm3 module.
* modules/crypto/gc-sm3: Define gc-sm3 module.
* tests/test-gc-sm3.c: Implement SM3 test case with libgcrypt.
* modules/crypto/gc-sm3-tests: Define gc-sm3 test module.
* MODULES.html.sh: List gc-sm3 module.
ChangeLog
MODULES.html.sh
lib/gc-gnulib.c
lib/gc-libgcrypt.c
lib/gc.h
m4/gc-sm3.m4 [new file with mode: 0644]
modules/crypto/gc-sm3 [new file with mode: 0644]
modules/crypto/gc-sm3-tests [new file with mode: 0644]
tests/test-gc-sm3.c [new file with mode: 0644]