summaryrefslogtreecommitdiff
path: root/nettle-meta.h
diff options
context:
space:
mode:
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);