You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Marcella,
Thanks for your work! This project is really amazing!
I'm a new MPC learner. My questions are as follows:
I see there are 3 types in Frigate's type system. I'm wondering whether this framework supports floats.
After running the mult3 program, I want to ask where is the result. Besides, how to get the random secret key <Key>. Here I didn't set this parameter.
My inputs are 0010, 1110, and 1111. Does this multiplication circuit really contain 18242 AND gates and 36110 XOR gates?
I've learned the paper "Optimizing Semi-Homest Secure Multiparty Computation for the Internet". The document README.txt contains very limited description. It's hard for me to understand and run the code. I would really appreciate it if you could recommend some examples or projects about this implementation.
BTW, about the version of bison, 2.5.12 wouldn't work and 3.8 could.
Thanks for your attention!
The text was updated successfully, but these errors were encountered:
Hi Marcella,
Thanks for your work! This project is really amazing!
I'm a new MPC learner. My questions are as follows:
mult3
program, I want to ask where is the result. Besides, how to get the random secret key<Key>
. Here I didn't set this parameter.0010
,1110
, and1111
. Does this multiplication circuit really contain 18242 AND gates and 36110 XOR gates?BTW, about the version of bison, 2.5.12 wouldn't work and 3.8 could.
Thanks for your attention!
The text was updated successfully, but these errors were encountered: