| Algorithm 2 Symmetric DC-Nets with Shamir’s Secret Sharing executed by user . |
|
Input: Users for with , message . Output: Message , the message share transmitted for this user. 1: Split into n parts for with using a Secret-Sharing scheme. 2: Establish shared random secrets for each user , with like the original DC-Net. 3: Calculate for . 4: Send for . 5: Receive from . 6: Calculate . 7: Send to all participants in the network. 8: Reconstruct after receiving other shares. |