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, does MP-SPDZ support operations between a public value and a secret value? For instance, is there a function like sfix.dot_product(a, b) that works when a is a vector of sfix and b is a vector of public floats? I know I can convert b into a vector of sint and it would work, but I think multiplying secret-public would be faster than multiplying secret-secret, so I'm checking if mixed operations exist... Thank you.
The text was updated successfully, but these errors were encountered:
Hi, does MP-SPDZ support operations between a public value and a secret value? For instance, is there a function like sfix.dot_product(a, b) that works when a is a vector of sfix and b is a vector of public floats? I know I can convert b into a vector of sint and it would work, but I think multiplying secret-public would be faster than multiplying secret-secret, so I'm checking if mixed operations exist... Thank you.
The text was updated successfully, but these errors were encountered: