Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
06aef643
Commit
06aef643
authored
Apr 25, 2003
by
Niels Möller
Browse files
Comment fix.
Rev: src/nettle/dsa.h:1.8
parent
0fa3c1ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
dsa.h
View file @
06aef643
...
...
@@ -95,11 +95,11 @@ struct dsa_signature
* Create the signature by calling
* dsa_sign
*
* The signature is represented as
two mpz_t bignums
. This call also
* The signature is represented as
a struct dsa_signature
. This call also
* resets the hashing context.
*
* When done with the key and signature, don't forget to call
*
mpz
_clear.
*
dsa_signature
_clear.
*/
/* Calls mpz_init to initialize bignum storage. */
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment