From 9e8966cc113874d7cfa096187c8ebe70770ad232 Mon Sep 17 00:00:00 2001 From: Tianjia Zhang Date: Mon, 21 Feb 2022 16:37:15 +0800 Subject: gcm: Add SM4 as the GCM underlying cipher Signed-off-by: Tianjia Zhang --- nettle-meta.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nettle-meta.h') 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; -- cgit v1.2.1