From: Simon Josefsson Date: Tue, 24 Aug 2004 15:23:05 +0000 (+0200) Subject: (nettle_arctwo40, nettle_arctwo64) X-Git-Tag: nettle_1.11_release_20041026~66 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f5df5f57841491fd56056fa69f61f471c36a166;p=thirdparty%2Fnettle.git (nettle_arctwo40, nettle_arctwo64) (nettle_arctwo64, nettle_arctwo_gutmann128): Declare ciphers. Rev: src/nettle/nettle-meta.h:1.13 --- diff --git a/nettle-meta.h b/nettle-meta.h index 5bcf9199..04c5ab0e 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);