Re: [viff-devel] GMPY with Python 2.5

2008-02-26 Thread Martin Geisler
Jakob Illeborg Pagter <[EMAIL PROTECTED]> writes: Good evening! > Tomas Toft skrev: >> Hi >> >> Martin Geisler wrote: >>> Hi there, >>> >>> Tomas tells me that one can download binary Windows GMPY packages for >>> Python 2.5 on the projects new home: >>> >>> http://code.google.com/p/gmpy/ >>

Re: [viff-devel] Asymmetric protocols

2008-02-26 Thread Martin Geisler
Jesper Buus Nielsen <[EMAIL PROTECTED]> writes: Hi Jesper, >> I think we need to explicitly write the list of players who will >> provide input for a given Shamir sharing. For example, if P1 and P2 >> are sharing their inputs, then they would execute >> >> a, b = rt.shamir_share(input, [1, 2])

Re: [viff-devel] Asymmetric protocols

2008-02-26 Thread Jesper Buus Nielsen
Martin Geisler daimi.au.dk> writes: > > Martin Geisler daimi.au.dk> writes: > > > What about making the argument to shamir_share optional? If all > > three players specify a value, then the code looks and behaves like > > it does today: > > > > a, b, c = rt.shamir_share(input) > > > > If P1

Re: [viff-devel] Small BuildBot fix

2008-02-26 Thread Martin Geisler
"Thomas Jakobsen" <[EMAIL PROTECTED]> writes: >> I have fixed it now -- thanks to whoever forced the build by >> pressing the button! > > I did, - no problem :-) Cool, feel free to push the buttons some more :-) I have now added the API doc builder, and I have just fixed the code so that epydo

Re: [viff-devel] GMPY with Python 2.5

2008-02-26 Thread Martin Geisler
Tomas Toft <[EMAIL PROTECTED]> writes: Hi Tomas! > Martin Geisler wrote: >> Tomas tells me that one can download binary Windows GMPY packages >> for Python 2.5 on the projects new home: >> >> http://code.google.com/p/gmpy/ > > Got that from Thomas, so he's the one to credit for finding it. Ah

Re: [viff-devel] Small BuildBot fix

2008-02-26 Thread Thomas Jakobsen
> > I have fixed it now -- thanks to whoever forced the build by pressing > the button! I did, - no problem :-) -- Thomas ___ viff-devel mailing list (http://viff.dk/) viff-devel@viff.dk http://lists.viff.dk/listinfo.cgi/viff-devel-viff.dk

Re: [viff-devel] GMPY with Python 2.5

2008-02-26 Thread Jakob Illeborg Pagter
Tomas Toft skrev: > Hi > > Martin Geisler wrote: >> Hi there, >> >> Tomas tells me that one can download binary Windows GMPY packages for >> Python 2.5 on the projects new home: >> >> http://code.google.com/p/gmpy/ > > Got that from Thomas, so he's the one to credit for finding it. This is a

Re: [viff-devel] GMPY with Python 2.5

2008-02-26 Thread Tomas Toft
Hi Martin Geisler wrote: > Hi there, > > Tomas tells me that one can download binary Windows GMPY packages for > Python 2.5 on the projects new home: > > http://code.google.com/p/gmpy/ Got that from Thomas, so he's the one to credit for finding it. > I'll update the URL in the INSTALL file t