mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-07 14:11:40 +00:00
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
33 lines
270 B
Plaintext
33 lines
270 B
Plaintext
Description:
|
|
Compute SM3 checksums.
|
|
|
|
Files:
|
|
lib/sm3.h
|
|
lib/sm3.c
|
|
m4/sm3.m4
|
|
|
|
Depends-on:
|
|
alignasof
|
|
byteswap
|
|
c99
|
|
extern-inline
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
gl_SM3
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += sm3.c
|
|
|
|
Include:
|
|
"sm3.h"
|
|
|
|
Link:
|
|
$(LIB_CRYPTO)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jia Zhang
|