Skip to content
Snippets Groups Projects
Commit 05179128 authored by Niels Möller's avatar Niels Möller
Browse files

(NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.

Rev: src/nettle/nettle-internal.h:1.7
parent 381f7ceb
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ do { if (size > (sizeof(name) / sizeof(name[0]))) abort(); } while (0) ...@@ -48,6 +48,7 @@ do { if (size > (sizeof(name) / sizeof(name[0]))) abort(); } while (0)
#define NETTLE_MAX_HASH_BLOCK_SIZE 64 #define NETTLE_MAX_HASH_BLOCK_SIZE 64
#define NETTLE_MAX_HASH_DIGEST_SIZE 32 #define NETTLE_MAX_HASH_DIGEST_SIZE 32
#define NETTLE_MAX_SEXP_ASSOC 17 #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 /* Doesn't quite fit with the other algorithms, because of the weak
* keys. Weak keys are not reported, the functions will simply crash * keys. Weak keys are not reported, the functions will simply crash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment