|
**Authenticated Channel**: Every communication between nodes must be |
|
authenticated. drand achieves this by signing every outgoing DKG packets with |
|
a BLS signature on the longterm public key of the sender node. |
The documentation states that DKG requires authenticated channels.
Doesn't DKG also require private channels?
drand-docs/docs/concepts/02-Security_Model.md
Lines 59 to 61 in 2ddf601
The documentation states that DKG requires authenticated channels.
Doesn't DKG also require private channels?