summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bignum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bignum.h b/bignum.h
index 38b30905..97da8171 100644
--- a/bignum.h
+++ b/bignum.h
@@ -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;