update comment

This commit is contained in:
Youngjoon Lee 2024-05-20 10:03:24 +09:00
parent c82a39f70a
commit 727b9b5f61
No known key found for this signature in database
GPG Key ID: 09B750B5BD6F08A2

View File

@ -50,7 +50,7 @@ class MixnetConfig:
# A probability of sending a real message within one cycle
real_message_prob: float
# A weight of real message emission probability of some nodes
# Each weight is assigned to each node in the order of the node ID.
# Each weight is multiplied to the real_message_prob of the node being at the same position in the node list.
# The length of the list should be <= num_nodes. i.e. some nodes won't have a weight.
real_message_prob_weights: list[float]
# A probability of sending a cover message within one cycle if not sending a real message