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
c30ac57a
Commit
c30ac57a
authored
Jun 04, 2010
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(test_dsa_key): Updated for new name DSA_SHA1_MIN_P_BITS.
Rev: nettle/testsuite/testutils.c:1.9
parent
907889cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
testsuite/testutils.c
testsuite/testutils.c
+1
-1
No files found.
testsuite/testutils.c
View file @
c30ac57a
...
...
@@ -938,7 +938,7 @@ test_dsa_key(struct dsa_public_key *pub,
mpz_init
(
t
);
ASSERT
(
mpz_sizeinbase
(
pub
->
q
,
2
)
==
q_size
);
ASSERT
(
mpz_sizeinbase
(
pub
->
p
,
2
)
>=
DSA_MIN_P_BITS
);
ASSERT
(
mpz_sizeinbase
(
pub
->
p
,
2
)
>=
DSA_
SHA1_
MIN_P_BITS
);
ASSERT
(
mpz_probab_prime_p
(
pub
->
p
,
10
));
...
...
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