Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
00dc6833
Commit
00dc6833
authored
17 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bignum.h
+4
-0
4 additions, 0 deletions
bignum.h
with
4 additions
and
0 deletions
bignum.h
+
4
−
0
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment