summaryrefslogtreecommitdiff
path: root/bignum.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-04-13 21:19:07 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-04-13 21:19:07 +0200
commit9359db6362049debf2f5817f8451af3d38f96df9 (patch)
tree042759a47601ec252d78e307607c8e520ebe32a4 /bignum.h
parent877fa24cb842fa6c2354df720c7ed0d562fd3c4a (diff)
downloadnettle-9359db6362049debf2f5817f8451af3d38f96df9.tar.gz
Deleted the nettle_next_prime function.
Diffstat (limited to 'bignum.h')
-rw-r--r--bignum.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bignum.h b/bignum.h
index 9d7f505d..f1c37156 100644
--- a/bignum.h
+++ b/bignum.h
@@ -90,10 +90,6 @@ nettle_mpz_random(mpz_t x,
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);
-
-void
nettle_random_prime(mpz_t p, unsigned bits, int top_bits_set,
void *ctx, nettle_random_func *random,
void *progress_ctx, nettle_progress_func *progress);