summaryrefslogtreecommitdiff
path: root/nettle-meta.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-02-16 09:51:50 +0100
committerNiels Möller <nisse@lysator.liu.se>2014-02-16 09:51:50 +0100
commit2c09c732222df4d25cb9e943201d05726feb73e2 (patch)
tree0531c3b72a47c2871d2cc53a6bb1f89ed9acb5c2 /nettle-meta.h
parent5c1a14a48ec4db56d43319ff40783a2a31d74fb3 (diff)
downloadnettle-2c09c732222df4d25cb9e943201d05726feb73e2.tar.gz
Support for gcm-camellia256.
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 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;