Tagged Questions
2
votes
1answer
72 views
Addition with Shamir secret sharing
When performing Shamir secret sharing I'm trying to find $z_i$, such that $z = x + y$. Where $n = 6$ and $t = 3$.
I believe this would be the correct solution (correct me if I'm wrong):
Each party ...
1
vote
2answers
102 views
Relation between Threshold Cryptosystem and Secure Multiparty Computation ?
Is there any relation between secure multiparty computation and threshold cryptosystem ?
2
votes
2answers
220 views
secure multiparty computation for multiplication
Suppose there are $N$ parties $p_j$, each with a binary $b_j\in{\{0,1\}}$. The problem needs to compute the multiplication of number of ones times that of zeros, that is, ...