Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
05179128
Commit
05179128
authored
Jul 02, 2005
by
Niels Möller
Browse files
(NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.
Rev: src/nettle/nettle-internal.h:1.7
parent
381f7ceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle-internal.h
View file @
05179128
...
...
@@ -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. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment