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
Marcus Hoffmann
nettle
Commits
00dc6833
Commit
00dc6833
authored
Jan 05, 2008
by
Niels Möller
Browse files
(nettle_next_prime): New prototype.
Rev: nettle/bignum.h:1.2
parent
6a073314
Changes
1
Hide whitespace changes
Inline
Side-by-side
bignum.h
View file @
00dc6833
...
...
@@ -82,6 +82,10 @@ nettle_mpz_random(mpz_t x,
void
*
ctx
,
nettle_random_func
random
,
const
mpz_t
n
);
void
nettle_next_prime
(
mpz_t
p
,
mpz_t
n
,
unsigned
count
,
unsigned
prime_limit
,
void
*
progress_ctx
,
nettle_progress_func
progress
);
/* sexp parsing */
struct
sexp_iterator
;
...
...
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