Mailing List Archive

[PATCH 0/1] Add SM4 symmetric cipher algorithm
SM4 (GBT.32907-2016) is a cryptographic standard issued by the
Organization of State Commercial Administration of China (OSCCA)
as an authorized cryptographic algorithms for the use within China.

SMS4 was originally created for use in protecting wireless
networks, and is mandated in the Chinese National Standard for
Wireless LAN WAPI (Wired Authentication and Privacy Infrastructure)
(GB.15629.11-2003).

Tianjia Zhang (1):
Add SM4 symmetric cipher algorithm

cipher/Makefile.am | 1 +
cipher/cipher.c | 8 ++
cipher/sm4.c | 270 +++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 7 ++
src/cipher.h | 1 +
src/gcrypt.h.in | 3 +-
tests/basic.c | 3 +
7 files changed, 292 insertions(+), 1 deletion(-)
create mode 100644 cipher/sm4.c

--
2.17.1


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel