view modules/crypto/gc-sm3-tests @ 38912:0a0ea008436e

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.
author Jia Zhang <qianyue.zj@alibaba-inc.com>
date Sat, 28 Oct 2017 23:58:20 -0400
parents
children
line wrap: on
line source

Files:
tests/test-gc-sm3.c

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-gc-sm3
check_PROGRAMS += test-gc-sm3
test_gc_sm3_LDADD = $(LDADD) @LIB_CRYPTO@