You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let is_zero_xy = bp.coefficient(i, j).unwrap().is_zero();
is_zero_ij? in any case, what is the rationale for needing this coefficient to be non-zero? if it is actually needed, a comment explaining why would be useful.
oasis-core/secret-sharing/src/churp/dealer.rs
Line 147 in 3f241f7
is_zero_ij
? in any case, what is the rationale for needing this coefficient to be non-zero? if it is actually needed, a comment explaining why would be useful.same extraneous check here:
oasis-core/secret-sharing/src/churp/shareholder.rs
Line 206 in 6dcf9d8
The text was updated successfully, but these errors were encountered: