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
Dmitry Baryshkov
nettle
Commits
69b259c4
Commit
69b259c4
authored
May 25, 2010
by
Niels Möller
Browse files
(test_main): Updated for dsa testing changes.
Rev: nettle/testsuite/dsa-test.c:1.3
parent
86b62836
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/dsa-test.c
View file @
69b259c4
...
...
@@ -35,9 +35,9 @@ test_main(void)
mpz_set_str
(
key
.
x
,
"56c6efaf878d06eef21dc070fab71da6ec1e30a6"
,
16
);
test_dsa_key
(
&
pub
,
&
key
);
test_dsa_key
(
&
pub
,
&
key
,
160
);
test_dsa
(
&
pub
,
&
key
);
test_dsa
160
(
&
pub
,
&
key
);
dsa_public_key_clear
(
&
pub
);
dsa_private_key_clear
(
&
key
);
...
...
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