Skip to content

Commit

Permalink
text: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Dec 13, 2024
1 parent 4123dfb commit b6d0675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The SimplPedPop protocol has been proposed by Chu, Gerhart, Ruffing, and Schröd
We make the following modifications as compared to the original SimplPedPop proposal:

- Every participant holds a secret seed, from which all required random values are derived deterministically using a pseudorandom function (based on tagged SHA256).
- Individual participants' public keys are added to the output of the DKG. This allows partial signature verification.
- Individual participants' public shares are added to the output of the DKG. This allows partial signature verification.
- The participants send VSS commitments to an untrusted coordinator instead of directly to each other. This lets the coordinator aggregate VSS commitments, which reduces communication costs.
- To prevent a malicious participant from embedding a [[BIP 341](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki)] Taproot script path in the threshold public key, the participants tweak the VSS commitment such that the corresponding threshold public key has an unspendable BIP script path.
- ~The proofs of knowledge are not included in the data for the equality check. This will reduce the size of the backups in ChillDKG.~ (TODO: This will be fixed in an updated version of the paper.)
Expand Down

0 comments on commit b6d0675

Please sign in to comment.