Message15

Author ivan
Recipients mg
Date 2008-03-14.09:55:04
Content
At 9:30 +0100 14/03/08, Martin Geisler wrote:
>..
>using only one resharing at the end, saving network traffic. There
>does not seem to be many places where we do stuff like that, though.
>So the overhead of keeping track of when resharing is needed might be
>too big for this to be an improvement.
>

Note also that the actual values of n and t, and whether we have 
active security influence whether this will work or not. Example: if 
we have n= 3t+1 and active adversary, then a polynomial of degree 2t 
will not determine the secret uniquely: the bad guys could arrange to 
be consistent with 2t of the honest players using some incorrect 
polynomial. Then only one honest player will be unhappy, and we can 
only tell that someone cheated, not what the correct value is. In 
general for active security, you need honest players enough to 
determine the polynomial (degree+1) and then on top as many honest 
players as there are bad guys. Then the secret is unique and can be 
reconstructed from the shares, even if bad guys send incorrect stuff.

regards, Ivan
History
Date User Action Args
2008-03-14 09:55:04ivansetrecipients: + mg
2008-03-14 09:55:04ivanlinkissue9 messages
2008-03-14 09:55:04ivancreate