Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
2e8d8764
Commit
2e8d8764
authored
Oct 09, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dsa-sign.c (dsa_sign): Bugfix, added missing mpz_init call.
Rev: src/nettle/dsa-sign.c:1.2
parent
caf8b3f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dsa-sign.c
dsa-sign.c
+1
-0
No files found.
dsa-sign.c
View file @
2e8d8764
...
...
@@ -94,6 +94,7 @@ dsa_sign(struct dsa_private_key *key,
mpz_fdiv_r
(
signature
->
r
,
tmp
,
key
->
pub
.
q
);
/* Compute hash */
mpz_init
(
h
);
_dsa_hash
(
h
,
hash
);
/* Compute k^-1 (mod q) */
...
...
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