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
06aef643
Commit
06aef643
authored
Apr 25, 2003
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix.
Rev: src/nettle/dsa.h:1.8
parent
0fa3c1ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dsa.h
dsa.h
+2
-2
No files found.
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
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