diff --git a/dsa-keygen.c b/dsa-keygen.c index 2d12bc24b72415f92f48673169d397c2bfa3e2f4..7871c515e92501a495e7862bdbee91398c7bb6e7 100644 --- a/dsa-keygen.c +++ b/dsa-keygen.c @@ -35,6 +35,9 @@ #include "memxor.h" #include "nettle-internal.h" +/* FIXME: Update for fips186-3. p,q: A.1, g: A.2, x,y: B.1, + Shawe-Taylor: C.6 */ + /* The (slow) NIST method of generating DSA primes. Algorithm 4.56 of * Handbook of Applied Cryptography. */