]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(nettle_arctwo40, nettle_arctwo64)
authorSimon Josefsson <simon@josefsson.org>
Tue, 24 Aug 2004 15:23:05 +0000 (17:23 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 24 Aug 2004 15:23:05 +0000 (17:23 +0200)
(nettle_arctwo64, nettle_arctwo_gutmann128): Declare ciphers.

Rev: src/nettle/nettle-meta.h:1.13

nettle-meta.h

index 5bcf919945e3467ff74d36a8cf39d6b8a83beccb..04c5ab0efbf1bbec7530a5c2d70dfe9f40bb228c 100644 (file)
@@ -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);