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

Comment fixes.

Rev: src/nettle/dsa-keygen.c:1.5
Rev: src/nettle/dsa-sign.c:1.6
parent 00df073c
Branches
Tags
No related merge requests found
...@@ -72,7 +72,7 @@ dsa_nist_gen(mpz_t p, mpz_t q, ...@@ -72,7 +72,7 @@ dsa_nist_gen(mpz_t p, mpz_t q,
mpz_t t; mpz_t t;
mpz_t c; mpz_t c;
/* For NIS keysizes, we should have L = 512 + 65 * l */ /* For NIS keysizes, we should have L = 512 + 64 * l */
n = (L-1) / 160; b = (L-1) % 160; n = (L-1) / 160; b = (L-1) % 160;
mpz_init(s); mpz_init(s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment