summaryrefslogtreecommitdiff
path: root/nettle-meta.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-24 17:23:05 +0200
committerNiels Möller <nisse@lysator.liu.se>2004-08-24 17:23:05 +0200
commit7f5df5f57841491fd56056fa69f61f471c36a166 (patch)
tree005e524220cf1969cb2809744b160401b00a7865 /nettle-meta.h
parentcc17439cb145cc24bbbbb5339264abf221d8ff5b (diff)
downloadnettle-7f5df5f57841491fd56056fa69f61f471c36a166.tar.gz
(nettle_arctwo40, nettle_arctwo64)
(nettle_arctwo64, nettle_arctwo_gutmann128): Declare ciphers. Rev: src/nettle/nettle-meta.h:1.13
Diffstat (limited to 'nettle-meta.h')
-rw-r--r--nettle-meta.h5
1 files changed, 5 insertions, 0 deletions
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);