Skip to content

Commit

Permalink
Update FROST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiono11 authored Feb 27, 2024
1 parent ed26e3f commit 262e702
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/FROST.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ module FrostClient {
// Sends participation confirmation and own polynomial commitment to the server.
export function sendPolynomialCommitment(poly_commit: Uint8Array, server: Url): void;

// Verifies the polynomial commitment received from the server.
export function verifyPolyCommit(poly_commit: Uint8Array, participant_id: Id): boolean;

// Sends encrypted secret shares to the server for distribution.
export function sendEncryptedSecretShares(encrypted_shares: Uint8Array[], server: Url): void;

Expand Down

0 comments on commit 262e702

Please sign in to comment.