Skip to content

Commit

Permalink
chilldkg: fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Dec 16, 2024
1 parent 905e557 commit a7e49dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/chilldkg_ref/vss.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def invalid_taproot_commit(self) -> Tuple[VSSCommitment, Scalar]:
# generated from it has an unspendable BIP 341 Taproot script path.
#
# Specifically, for a VSS commitment `com`, we have:
# `com.add_invalid_taproot_commitment().commitment_to_secret() = com.commitment_to_secret() + t*G`.
# `com.invalid_taproot_commit().commitment_to_secret() = com.commitment_to_secret() + t*G`.
#
# The tweak `t` commits to an empty message, which is invalid according
# to BIP 341 for Taproot script spends. This follows BIP 341's
Expand Down

0 comments on commit a7e49dc

Please sign in to comment.