We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The following programs do not run in the client_single_party_compute directory.
client_single_party_compute
Mostly it is because the equivalent programs do not exist in the programs directory.
programs
I suggest we remove them from the client_single_party directory so not to cause confusion (or we add the relevant programs in the programs directory.
client_single_party
"division_simple.py", "input_array.py", "modulo_simple.py", "nada_fn_composition.py", "power_simple.py", "reuse_simple_sub.py", "simple_sub.py", "single_addition.py", "tiny_secret_addition.py"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The following programs do not run in the
client_single_party_compute
directory.Mostly it is because the equivalent programs do not exist in the
programs
directory.I suggest we remove them from the
client_single_party
directory so not to cause confusion (or we add the relevant programs in theprograms
directory."division_simple.py", "input_array.py", "modulo_simple.py", "nada_fn_composition.py", "power_simple.py", "reuse_simple_sub.py", "simple_sub.py", "single_addition.py", "tiny_secret_addition.py"
The text was updated successfully, but these errors were encountered: