[PATCH 0/1] Add SM4 symmetric cipher algorithm

Tianjia Zhang tianjia.zhang at linux.alibaba.com
Mon Jun 8 13:00:50 CEST 2020


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




More information about the Gcrypt-devel mailing list