Posted
about 12 years
ago
by
mikeazo< at >cableone.net
It appears that the VIFF repository is down as none of the downloads appear
to work and I cannot checkout the repository. Is there a time frame for
getting this working?
Mike
|
Posted
about 12 years
ago
by
bharti gupta
I cannot find GMPY for python 2.5 and openssl 0.9.8g for python 2.5.If someone has links or files then please mail them ASAP at bharti_mitr< at >yahoo.co.in.If anyother installations work other than those mentioned at viff.dk then too please tell.
Thanks
|
Posted
over 12 years
ago
by
Hongda Xiao
Hi,
I tried to test the millionaires.py, but when I tried it, the console
shows that:
I am Millionaire 3 and I am worth 194 millions.
*** bad data from Player 1: unpack requires a string argument of length 5
*** aborting!
*** all protocols
|
Posted
over 12 years
ago
by
mikeazo< at >cableone.net
I'm looking through the malicious model protocol and reading over the PhD
dissertation document and one thing is not clear. The document mentions a
byzantine agreement protocol, but never describes how it is implemented.
Looking at the planned work
|
Posted
over 12 years
ago
by
Marcel Keller
Hi Nick,
According to the code, the modulus has to be at least 2^(l+2) + 2^(l+k),
where l is bit length + 1 (default: 33), and k is the security parameter
(default: 30). So the modulus has to be at least around 2^64.
Best regards,
Marcel
Am 06.11.2012 17:56, schrieb Nick La Rooy:
|
Posted
over 12 years
ago
by
Nick La Rooy
I am looking to sort some large numbers securely, and have already run into overflows.
Does anyone have any ballpark figures for how large numbers compared in the Toft07 runtime can be?
Many thanks,
Nick
|
Posted
almost 13 years
ago
by
Marcel Keller
Hi Abdelrahaman,
I can only think of Martin Geisler's PhD dissertation, which is referred
to in the bibliography: http://viff.dk/doc/bibliography.html
However, I consider the documentation to be quite extensive. All
functions considered necessary
|
Posted
almost 13 years
ago
by
Marcel Keller
Hi Abdelrahaman,
VIFF works with finite fields of prime order p. Computing in such a
field corresponds to integer computation with computing modulo p after
every operation. Therefore, -1 is the same as p-1. You can call signed()
on a field
|
Posted
almost 13 years
ago
by
Abdelrahaman Aly
Hey Guys sorry bother, but I was wondering if there is a way to handle
negative values? I am doing some subtractions with shares and having some
negative values as a result but It always end up out of bounds.
Thanks in advance.
Abdelrahaman Aly
C.O.R.E- U.C.L
|
Posted
about 13 years
ago
by
Satvik Chauhan
New submission from Satvik Chauhan <mystic.satvik< at >gmail.com>:
[([1], [100]), ([2], [100]), ([3], [100]), ([4], [100]), ([5], [100]),
([6], [100]), ([7], [100]), ([8], [100]), ([9], [100]), ([10], [100])]
Traceback (most recent
|