Skip to content
GitLab
Menu
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
62f2e2d0
Commit
62f2e2d0
authored
Dec 15, 2013
by
Niels Möller
Browse files
Deleted NETTLE_MAX_BIGNUM_BITS and NETTLE_MAX_BIGNUM_SIZE.
parent
53bcd6b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
62f2e2d0
2013-12-15 Niels Möller <nisse@lysator.liu.se>
* nettle-internal.h (NETTLE_MAX_BIGNUM_BITS)
(NETTLE_MAX_BIGNUM_SIZE): Deleted arbitrary limits.
2013-12-15 Nikos Mavrogiannopoulos <nmav@redhat.com>
Introduced TMP_GMP_ALLOC macro for temporary allocations of
...
...
nettle-internal.h
View file @
62f2e2d0
...
...
@@ -46,8 +46,6 @@
#endif
/* Arbitrary limits which apply to systems that don't have alloca */
#define NETTLE_MAX_BIGNUM_BITS 10000
#define NETTLE_MAX_BIGNUM_SIZE ((NETTLE_MAX_BIGNUM_BITS + 7)/8)
#define NETTLE_MAX_HASH_BLOCK_SIZE 128
#define NETTLE_MAX_HASH_DIGEST_SIZE 64
#define NETTLE_MAX_SEXP_ASSOC 17
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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