]> git.ipfire.org Git - thirdparty/nettle.git/commit
Introduce SM4 symmetric cipher algorithm
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 21 Feb 2022 08:37:11 +0000 (16:37 +0800)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 18 Aug 2022 08:08:05 +0000 (10:08 +0200)
commita421b76d0deebca22e0e0c6b0df65e1cd033f3a0
treef87d3b78c738d58482d09cd61ed6f523fda72012
parent0681cfd3ac70a066e903da1e1ab627ce67eb34a9
Introduce SM4 symmetric cipher algorithm

Introduce the SM4 cipher algorithms (OSCCA GB/T 32907-2016).

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).

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Makefile.in
nettle-meta-ciphers.c
nettle-meta.h
sm4-meta.c [new file with mode: 0644]
sm4.c [new file with mode: 0644]
sm4.h [new file with mode: 0644]
testsuite/meta-cipher-test.c