conclave icon indicating copy to clipboard operation
conclave copied to clipboard

Query compiler for secure multi-party computation.

Results 10 conclave issues
Sort by recently updated
recently updated
newest added

Does it have to be version python3.5? python3.8 is it ok?

how to run docker sharemind-client ? thanks

I don't have write access to the original repository anymore. Anyways I noticed that my branch of jiff contain extra commits relating to jiff I thought I should push them.

Reminded by https://github.com/tonyyang-svail, the following demo requires the package faker https://github.com/multiparty/conclave/blob/720877e923334705dd2410bb97e065a8dc55aea5/benchmarks/ssn/data_gen.py#L8

Reminded by https://github.com/tonyyang-svail, the following demo requires the package python-gflags. https://github.com/multiparty/conclave/blob/4afa84f40e860b19f2655cb1eee4c950bc27f11c/benchmarks/ssn/data_gen.py#L5

I saw some JIFF related code, but not sure what's the proper way to use it.

It would sometimes be useful while debugging to allow `conclave/dispatch` scripts that call backends (e.g., Spark) to use the `sudo` prefix. This should be an option in the configuration files.

I believe in Ubuntu 14.04LTS and 16.04LTS, python 2 is still the default environment. In other words, if we type ```python nosetests ``` It will give you ```bash $ nosetests...

The shell script named above is generated during CodeGen. However it does not exist in the repository.

As title, I have run successfully in count and sum,but when i run in std_dev and mean, it meet error : (node:1327352) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of undefined...