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
I noticed some mismatch when running the innerprod example for ABY. Occasionally the expected value returned after running python ~/ABY/src/examples/geninput.py -e innerprod doesn't match the circuit result from running ./ABY/build/bin/innerprod_test -r 0 & ./ABY/build/bin/innerprod_test -r 1.
Reported by PFW, verified by me.
Possible fix: update to the latest ABY version.
The text was updated successfully, but these errors were encountered:
Got another report of this problem from MB and RI.
It seems we are already using the most up-to-date version of ABY.
The error happens in both my modified inner product and their inner product examples. This implies it is not an issue with our method of input generation (Also, in retrospect, it was an awful idea to name the two versions "innerprod" and "innerproduct').
The bug probably lies in the BuildInnerProductCircuit function. Since this is a straightforward implementation, there is probably a bug in the library somewhere.
Reported by PFW, verified by me.
Possible fix: update to the latest ABY version.
The text was updated successfully, but these errors were encountered: