[viff-devel] RSA

2009-05-20 Thread Atle Mauland
Hi friends of VIFF! I have implemented an algorithm for generating shared RSA keys with 3 players in VIFF. The algorithm can generate keys of arbitrary length (only tested up to 2048-bit because of the time required for large keys). The average time for generating a 1024-bit key is approxim

Re: [viff-devel] RSA

2009-05-20 Thread Atle Mauland
Oh, I forgot to say, player 3 is the one doing trial decryption and benchmark, so only the PRIVATE VARIABLES are useful for player 1 and 2. Player 3 is therefore the only one that has any correct decryptions :) On Wed, 20 May 2009 16:30:33 +0200, Atle Mauland wrote: Hi friends of VIFF!