mce_qd: consistency check fix
This commit is contained in:
parent
7c3f359c9c
commit
30f873c86b
|
@ -90,6 +90,7 @@ int mce_qd::generate (pubkey&pub, privkey&priv, prng&rng,
|
|||
//compute the support, retry if it has two equal elements.
|
||||
used.clear();
|
||||
bool consistent = true;
|
||||
used.insert (0); //zero is forbidden
|
||||
for (uint i = 0; i < fld.n / 2; ++i) {
|
||||
support[i] = fld.add (
|
||||
fld.inv (Hsig[i]),
|
||||
|
|
Loading…
Reference in a new issue