pub/dh-kcdsa.c: Fix commentary blunder.
[catacomb] / pub / dh-kcdsa.c
index 5feda92..4de00c6 100644 (file)
@@ -68,7 +68,7 @@ int dh_kcdsagen(dh_param *dp, unsigned ql, unsigned pl,
   int i;
   mp *x;
 
-  /* --- First trick: find %$q$% --- */
+  /* --- First trick: find %$v$% --- */
 
   pf.step = 2;
   x = mprand(MP_NEW, pl - ql, r, 1);
@@ -78,7 +78,7 @@ int dh_kcdsagen(dh_param *dp, unsigned ql, unsigned pl,
   if (!x)
     goto fail_0;
 
-  /* --- Second trick: find %$p$% and %$v$% --- */
+  /* --- Second trick: find %$p$% and %$q$% --- */
 
   x = mp_lsl(x, x, 1);
   sp[0].add = MP_ZERO; sp[0].mul = MP_ONE; sp[0].f = 0;