From 2c09c732222df4d25cb9e943201d05726feb73e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sun, 16 Feb 2014 09:51:50 +0100 Subject: Support for gcm-camellia256. --- 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 eb70a2a4..2c9506b5 100644 --- a/nettle-meta.h +++ b/nettle-meta.h @@ -151,6 +151,7 @@ extern const struct nettle_aead nettle_gcm_aes128; 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_eax_aes128; extern const struct nettle_aead nettle_chacha_poly1305; -- cgit v1.2.1