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
When compiled with ABY backend, ezpc compiles fine - but ABY itself doesn't compile.
This is because input/output statements use a variable called role, which is currently only being defined in main - if used in other functions, it results in error.
A solution can be to define role as a global variable and assign it in main.
The text was updated successfully, but these errors were encountered:
Consider this code:
When compiled with ABY backend, ezpc compiles fine - but ABY itself doesn't compile.
This is because input/output statements use a variable called role, which is currently only being defined in main - if used in other functions, it results in error.
A solution can be to define role as a global variable and assign it in main.
The text was updated successfully, but these errors were encountered: