diff --git a/nettle-meta.h b/nettle-meta.h index 5bcf919945e3467ff74d36a8cf39d6b8a83beccb..04c5ab0efbf1bbec7530a5c2d70dfe9f40bb228c 100644 --- a/nettle-meta.h +++ b/nettle-meta.h @@ -112,6 +112,11 @@ extern const struct nettle_cipher nettle_twofish128; extern const struct nettle_cipher nettle_twofish192; extern const struct nettle_cipher nettle_twofish256; +extern const struct nettle_cipher nettle_arctwo40; +extern const struct nettle_cipher nettle_arctwo64; +extern const struct nettle_cipher nettle_arctwo128; +extern const struct nettle_cipher nettle_arctwo_gutmann128; + /* Hash algorithms */ typedef void (*nettle_hash_init_func)(void *ctx);