From: Niels Möller Date: Wed, 7 Jul 2010 19:18:09 +0000 (+0200) Subject: (nettle_camellia128): Declare. X-Git-Tag: camellia_32bit_20100720~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3d4d798eec3547953c82c1eb2d75342b2b0a6b0;p=thirdparty%2Fnettle.git (nettle_camellia128): Declare. (nettle_camellia192): Likewise. (nettle_camellia256): Likewise. Rev: nettle/nettle-meta.h:1.6 --- 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;