Skip to content
Snippets Groups Projects
Commit 69b259c4 authored by Niels Möller's avatar Niels Möller
Browse files

(test_main): Updated for dsa testing changes.

Rev: nettle/testsuite/dsa-test.c:1.3
parent 86b62836
No related branches found
No related tags found
No related merge requests found
......@@ -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_dsa160(&pub, &key);
dsa_public_key_clear(&pub);
dsa_private_key_clear(&key);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment