summaryrefslogtreecommitdiff
path: root/nettle-meta.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2010-07-07 21:18:09 +0200
committerNiels Möller <nisse@lysator.liu.se>2010-07-07 21:18:09 +0200
commitb3d4d798eec3547953c82c1eb2d75342b2b0a6b0 (patch)
treeda8e4851904752001a6a3b12713683cb1cb2c711 /nettle-meta.h
parenta4d89a90e601794c1995aa71ebb37662c068388e (diff)
downloadnettle-b3d4d798eec3547953c82c1eb2d75342b2b0a6b0.tar.gz
(nettle_camellia128): Declare.
(nettle_camellia192): Likewise. (nettle_camellia256): Likewise. Rev: nettle/nettle-meta.h:1.6
Diffstat (limited to 'nettle-meta.h')
-rw-r--r--nettle-meta.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nettle-meta.h b/nettle-meta.h
index 96353088..be8828df 100644
--- a/nettle-meta.h
+++ b/nettle-meta.h
@@ -90,6 +90,11 @@ extern const struct nettle_cipher nettle_aes192;
extern const struct nettle_cipher nettle_aes256;
extern const struct nettle_cipher nettle_arcfour128;
+
+extern const struct nettle_cipher nettle_camellia128;
+extern const struct nettle_cipher nettle_camellia192;
+extern const struct nettle_cipher nettle_camellia256;
+
extern const struct nettle_cipher nettle_cast128;
extern const struct nettle_cipher nettle_serpent128;