Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
af53fc2b
Commit
af53fc2b
authored
Nov 13, 2005
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(asn1_der_get_bignum): Declare function.
Rev: src/nettle/bignum.h:1.9
parent
c87cc07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
bignum.h
bignum.h
+9
-0
No files found.
bignum.h
View file @
af53fc2b
...
...
@@ -78,6 +78,7 @@ nettle_mpz_random(mpz_t x,
void
*
ctx
,
nettle_random_func
random
,
const
mpz_t
n
);
/* sexp parsing */
struct
sexp_iterator
;
/* If LIMIT is non-zero, the number must be at most LIMIT bits.
...
...
@@ -85,4 +86,12 @@ struct sexp_iterator;
int
nettle_mpz_set_sexp
(
mpz_t
x
,
unsigned
limit
,
struct
sexp_iterator
*
i
);
/* der parsing */
struct
asn1_der_iterator
;
int
asn1_der_get_bignum
(
struct
asn1_der_iterator
*
iterator
,
mpz_t
x
,
unsigned
limit
);
#endif
/* NETTLE_BIGNUM_H_INCLUDED */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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