Carmen Popa

Results 7 comments of Carmen Popa

Hi, I'm also working on an MPC project where I'm currently looking into Rabbit. Thanks @waamm for pointing out the bugs ^^ I'll try to fix them myself, but if...

Hi! For the [How to use a template](https://docs.accordproject.org/docs/basic-use.html#install-cicero-cli) instructions, there are a few changes needed from 0.13 to 0.21: - the version number for the CLI needs to be updated...

Ok, I will test with `-P 18446744073709551557` which should be the largest prime smaller than 2^64. Thank you! But... it also seems wrong that the binary and arithmetic parts of...

Update: yes, now with the larger prime, the field program also works fine, is correct and deterministic (and the printed edabits have the same bits!) Thank you!!!

Hello, I have a follow-up question here: Here's my updated code (now giving a correct result for field and ring), [link to code](https://github.com/Poppy22/MP-SPDZ/blob/07df2a684fe767f08883f340d636881974cf8dfa/Compiler/non_linear.py#L48) In lines 75-76 I had to use`bit_xor`...

Hi! The code is on the branch`dragos-rabbit`: [non_linear.py](https://github.com/Poppy22/MP-SPDZ/blob/1d655845853fcbb23ee38fe325448ac4c0cc3d5c/Compiler/non_linear.py) Some running instructions (i.e. make sure you compile the correct branch): ``` git clone https://github.com/Poppy22/MP-SPDZ.git cd MP-SPDZ git checkout dragos-rabbit make setup...

Oh my bad, yes, you need to add the flag, else it will use comparison with truncation :D