Closed 0xThemis closed 2 weeks ago
Shamir has to do networking to get random elements. For provers we know how many random elements we need, so pre-compute all random elements necessary so that the call to rand() does not have to be async.
like r,s for groth16
done in #220
Shamir has to do networking to get random elements. For provers we know how many random elements we need, so pre-compute all random elements necessary so that the call to rand() does not have to be async.
like r,s for groth16