Skip to content

Commit

Permalink
More adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
emmorais committed Sep 13, 2024
1 parent 4e213bd commit b68c071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tshare/participant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ impl TshareParticipant {
// TODO: Use a field type.

let x = Self::participant_coordinate(recipient_id);
assert!(x > BigNumber::zero());
let mut sum = BigNumber::zero();
for coeff in coeff_privates.iter().rev() {
sum *= &x;
Expand Down

0 comments on commit b68c071

Please sign in to comment.