From: Niels Möller Date: Fri, 9 Apr 2010 13:50:57 +0000 (+0200) Subject: Added FIXME comment. X-Git-Tag: camellia_32bit_20100720~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee30ffd9e8da6f8fd3aad750ad13ae59b5c06087;p=thirdparty%2Fnettle.git Added FIXME comment. Rev: nettle/dsa-keygen.c:1.3 --- diff --git a/dsa-keygen.c b/dsa-keygen.c index 2d12bc24..7871c515 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. */