Fix typo (#13)

This commit is contained in:
Dimitris Apostolou 2022-01-20 16:24:06 +02:00 committed by GitHub
parent af23f74080
commit c95eed9509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ fn verify_share<S: SpendAuth>(share: &Share<S>) -> Result<(), &'static str> {
/// commitments to those shares.
///
/// More specifically, [`generate_shares`]:
/// - Randomly samples of coefficents [a, b, c], this represents a secret
/// - Randomly samples of coefficients [a, b, c], this represents a secret
/// polynomial f
/// - For each participant i, their secret share is f(i)
/// - The commitment to the secret polynomial f is [g^a, g^b, g^c]