Unverified Commit aaf99400 authored by Oleh's avatar Oleh

SKALE-2901 remove secret data from output

parent f823d315
......@@ -663,7 +663,6 @@ void trustedGetEncryptedSecretShare(int *errStatus, char *errString, uint8_t *en
snprintf(errString, BUF_LEN, "\nt does not match poly degree\n");
return;
}
snprintf(errString + 88, BUF_LEN, "\nsecret share is %s", s_share);
if (calc_secret_shareG2(s_share, s_shareG2) != 0) {
*errStatus = -1;
......
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