]> git.ipfire.org Git - thirdparty/nettle.git/commit
testsuite: add test for SM4 symmetric algorithm
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 21 Feb 2022 08:37:12 +0000 (16:37 +0800)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 18 Aug 2022 08:15:02 +0000 (10:15 +0200)
commitec5b48446a38c046fbd73941531a12a54e17a497
tree488ad3b1e9cb0b1d2997589885c841a2578e8efe
parenta421b76d0deebca22e0e0c6b0df65e1cd033f3a0
testsuite: add test for SM4 symmetric algorithm

Add a testuite for SM4 symmetric algorithm. Test vectors are based
on: https://tools.ietf.org/id/draft-ribose-cfrg-sm4-10.html

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