mce_qd: remove unnecessary root check

This commit is contained in:
Mirek Kratochvil 2013-10-06 09:09:08 +02:00
parent dae56daf03
commit e795744eef

View file

@ -120,13 +120,6 @@ int mce_qd::generate (pubkey&pub, privkey&priv, prng&rng,
break;
}
//as we are having z's in used, this is not necessary.
//TODO verify, then TODO maybe delete.
if (g.eval (support[i], fld) == 0) {
consistent = false;
break;
}
used.insert (support[i]);
}
if (!consistent) continue; //retry