Skip to content

Commit

Permalink
Remove confusion about why channels are authenticated; it is for iden…
Browse files Browse the repository at this point in the history
…tifying misbehaving parties (#463)

* remove confusion about why channels are authenticated; it is for identifying misbehaving parties

* Update draft-irtf-cfrg-frost.md

Co-authored-by: Christopher Wood <[email protected]>

---------

Co-authored-by: Chelsea Komlo <[email protected]>
Co-authored-by: Deirdre Connolly <[email protected]>
Co-authored-by: Christopher Wood <[email protected]>
  • Loading branch information
4 people authored Sep 28, 2023
1 parent c13c2d0 commit 127452b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft-irtf-cfrg-frost.md
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,9 @@ that performs key generation (see {{dep-vss}}) or through a distributed key gene

Note that the Coordinator is not trusted with any private information and communication
at the time of signing can be performed over a public channel, as long as it is
authenticated and reliable.
reliable. To give the guarantee of identifying misbehaving
signers, the network channel should be additionally authenticated;
see {{abort}} for more discussion.

FROST provides security against denial of service attacks under the following assumptions:

Expand Down

0 comments on commit 127452b

Please sign in to comment.