forked frombristolcrypto/SPDZ-2
- Notifications
You must be signed in to change notification settings - Fork291
Open
Description
I run a program as such:
/benchmarks/MP-SPDZ/replicated-field-party.x $1 test -P 9223372036855103489 -h 172.18.0.2 -v
Where 9223372036855103489 is P_VALUES[64], which needs 64 bits.
Then I thought that, because of the chosen prime, edabits would also be of size 64, but actually they were generated of size 32. Why does this happen?
More context: I have a print in the functionltz
in non_linear.py, to check the value fork
, and it is 32, whereas I was expecting it to be 64.
Metadata
Metadata
Assignees
Labels
No labels