Skip to content

Commit

Permalink
Update sss.ts (format_)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDxR10 authored Dec 21, 2024
1 parent dcfd400 commit ac48b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/scripts/sss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ while (selectedIndices.size < threshold) {
selectedIndices.add(await getSecureRandom(0, totalShares));
}

const selectedShares = Array.from(selectedIndices).map((index) =>
shares[index]
const selectedShares = Array.from(selectedIndices).map((index) =>
shares[index]
);
console.log("Selected Shares for Reconstruction:", selectedShares);

Expand Down

0 comments on commit ac48b38

Please sign in to comment.