From: Niels Möller Date: Sat, 2 Jul 2005 16:54:23 +0000 (+0200) Subject: (NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant. X-Git-Tag: nettle_1.13_release_20051006~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0517912893d7fbe182ed177b3d19aafed76e0434;p=thirdparty%2Fnettle.git (NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant. Rev: src/nettle/nettle-internal.h:1.7 --- 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. */