summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2005-07-02 18:54:23 +0200
committerNiels Möller <nisse@lysator.liu.se>2005-07-02 18:54:23 +0200
commit0517912893d7fbe182ed177b3d19aafed76e0434 (patch)
tree41974df725c7eaded603c1bb2630a10be2e2a999 /nettle-internal.h
parent381f7ceb6ba945e2e290aa0687883a39e4dcd0d1 (diff)
downloadnettle-0517912893d7fbe182ed177b3d19aafed76e0434.tar.gz
(NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.
Rev: src/nettle/nettle-internal.h:1.7
Diffstat (limited to 'nettle-internal.h')
-rw-r--r--nettle-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nettle-internal.h b/nettle-internal.h
index d91f0f4d..9b0f9e8d 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -48,7 +48,8 @@ do { if (size > (sizeof(name) / sizeof(name[0]))) abort(); } while (0)
#define NETTLE_MAX_HASH_BLOCK_SIZE 64
#define NETTLE_MAX_HASH_DIGEST_SIZE 32
#define NETTLE_MAX_SEXP_ASSOC 17
-
+#define NETTLE_MAX_CIPHER_BLOCK_SIZE 32
+
/* Doesn't quite fit with the other algorithms, because of the weak
* keys. Weak keys are not reported, the functions will simply crash
* if you try to use a weak key. */