33 lines
268 B
Plaintext
33 lines
268 B
Plaintext
Description:
|
|
Compute SM3 checksums.
|
|
|
|
Files:
|
|
lib/sm3.h
|
|
lib/sm3.c
|
|
m4/sm3.m4
|
|
|
|
Depends-on:
|
|
alignasof
|
|
byteswap
|
|
c99
|
|
extern-inline
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_SM3
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += sm3.c
|
|
|
|
Include:
|
|
"sm3.h"
|
|
|
|
Link:
|
|
$(LIB_CRYPTO)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jia Zhang
|