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

(nettle_next_prime): New prototype.

Rev: nettle/bignum.h:1.2
parent 6a073314
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment