diff options
author | Niels Möller <nisse@lysator.liu.se> | 2010-07-07 21:18:09 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2010-07-07 21:18:09 +0200 |
commit | b3d4d798eec3547953c82c1eb2d75342b2b0a6b0 (patch) | |
tree | da8e4851904752001a6a3b12713683cb1cb2c711 /nettle-meta.h | |
parent | a4d89a90e601794c1995aa71ebb37662c068388e (diff) | |
download | nettle-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.h | 5 |
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; |