summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dsa-keygen.c3
1 files changed, 3 insertions, 0 deletions
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. */