]> git.ipfire.org Git - thirdparty/nettle.git/commit
gcm: Add SM4 as the GCM underlying cipher
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 21 Feb 2022 08:37:15 +0000 (16:37 +0800)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 18 Aug 2022 09:33:54 +0000 (11:33 +0200)
commit9e8966cc113874d7cfa096187c8ebe70770ad232
treead67c75281a81a0cfd35e0b00d0831ebfbd663dc
parentf29c11cddb9deb5278660f9aa0e8da255d9502c9
gcm: Add SM4 as the GCM underlying cipher

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