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
Snippets
Deploy
Releases
Container Registry
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
Dmitry Baryshkov
nettle
Commits
06aef643
Commit
06aef643
authored
21 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Comment fix.
Rev: src/nettle/dsa.h:1.8
parent
0fa3c1ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dsa.h
+2
-2
2 additions, 2 deletions
dsa.h
with
2 additions
and
2 deletions
dsa.h
+
2
−
2
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. */
...
...
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