Skip to content
Snippets Groups Projects
Commit 06aef643 authored by Niels Möller's avatar Niels Möller
Browse files

Comment fix.

Rev: src/nettle/dsa.h:1.8
parent 0fa3c1ff
No related branches found
No related tags found
No related merge requests found
...@@ -95,11 +95,11 @@ struct dsa_signature ...@@ -95,11 +95,11 @@ struct dsa_signature
* Create the signature by calling * Create the signature by calling
* dsa_sign * 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. * resets the hashing context.
* *
* When done with the key and signature, don't forget to call * When done with the key and signature, don't forget to call
* mpz_clear. * dsa_signature_clear.
*/ */
/* Calls mpz_init to initialize bignum storage. */ /* Calls mpz_init to initialize bignum storage. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment