Unverified Commit 11741806 authored by kladko's avatar kladko

Cleared ecdsa bug

parent 020cf90d
......@@ -463,13 +463,7 @@ void trustedEcdsaSignAES(int *errStatus, char *errString, uint8_t *encryptedPriv
goto clean;
}
LOG_ERROR("signing");
for (int i = 0; i < 10000; i++) {
signature_sign(sign, msgMpz, privateKeyMpz, curve);
}
LOG_ERROR("signed");
signature_sign(sign, msgMpz, privateKeyMpz, curve);
sigCounter++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment