]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 2 Jul 2005 16:54:23 +0000 (18:54 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 2 Jul 2005 16:54:23 +0000 (18:54 +0200)
Rev: src/nettle/nettle-internal.h:1.7

nettle-internal.h

index d91f0f4ddacdce38994b973fb351609edb007a2a..9b0f9e8d86cd76acda671f5af2a361552ea881e9 100644 (file)
@@ -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. */