(nettle_camellia192): Likewise.
(nettle_camellia256): Likewise.
Rev: nettle/nettle-meta.h:1.6
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;