]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add OSCCA SM3 hash algorithm
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 29 Nov 2021 12:32:33 +0000 (20:32 +0800)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 1 Dec 2021 19:24:13 +0000 (20:24 +0100)
commitb72886e515b40d7374eb1279bc21914126202eb7
tree9d62f22fa995676dc886c8e8b5f768140235b9cd
parentd2e4e5311a84f2ca6144378aaa8d3b8a6d76dd5e
Add OSCCA SM3 hash algorithm

Add OSCCA SM3 secure hash (OSCCA GM/T 0004-2012 SM3) generic
hash transformation.

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