Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
af53fc2b
Commit
af53fc2b
authored
Nov 13, 2005
by
Niels Möller
Browse files
(asn1_der_get_bignum): Declare function.
Rev: src/nettle/bignum.h:1.9
parent
c87cc07a
Changes
1
Show whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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