summaryrefslogtreecommitdiff
path: root/nettle-meta.h
diff options
context:
space:
mode:
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>2022-02-21 16:37:15 +0800
committerNiels Möller <nisse@lysator.liu.se>2022-08-18 11:33:54 +0200
commit9e8966cc113874d7cfa096187c8ebe70770ad232 (patch)
treead67c75281a81a0cfd35e0b00d0831ebfbd663dc /nettle-meta.h
parentf29c11cddb9deb5278660f9aa0e8da255d9502c9 (diff)
downloadnettle-9e8966cc113874d7cfa096187c8ebe70770ad232.tar.gz
gcm: Add SM4 as the GCM underlying cipher
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Diffstat (limited to 'nettle-meta.h')
-rw-r--r--nettle-meta.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nettle-meta.h b/nettle-meta.h
index 3d0440e8..19dc96c5 100644
--- a/nettle-meta.h
+++ b/nettle-meta.h
@@ -200,6 +200,7 @@ extern const struct nettle_aead nettle_gcm_aes192;
extern const struct nettle_aead nettle_gcm_aes256;
extern const struct nettle_aead nettle_gcm_camellia128;
extern const struct nettle_aead nettle_gcm_camellia256;
+extern const struct nettle_aead nettle_gcm_sm4;
extern const struct nettle_aead nettle_eax_aes128;
extern const struct nettle_aead nettle_chacha_poly1305;