diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-24 17:23:05 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2004-08-24 17:23:05 +0200 |
commit | 7f5df5f57841491fd56056fa69f61f471c36a166 (patch) | |
tree | 005e524220cf1969cb2809744b160401b00a7865 | |
parent | cc17439cb145cc24bbbbb5339264abf221d8ff5b (diff) | |
download | nettle-7f5df5f57841491fd56056fa69f61f471c36a166.tar.gz |
(nettle_arctwo40, nettle_arctwo64)
(nettle_arctwo64, nettle_arctwo_gutmann128): Declare ciphers.
Rev: src/nettle/nettle-meta.h:1.13
-rw-r--r-- | nettle-meta.h | 5 |
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); |