Conclave
Query compiler for secure multi-party computation.
Install / Use
/learn @multiparty/ConclaveREADME
Conclave
Infrastructure for defining and running large data workflows against multiple backends.
Purpose
This framework allows users to define data analysis workflows in familiar frontend languages and then execute them on multiple data storage and processing backends (including privacy-preserving backend services that support secure multi-party computation).
Dependencies
Conclave requires a Python 3.5 environment and was tested on Ubuntu (14.04+). See requirements.txt for other dependencies.
Consider using pyenv (https://github.com/pyenv/pyenv) to avoid changing python to python3 in a bunch of places.
Setup
Run pip install -r requirements.txt.
Testing
The library comes with a number of tests::
nosetests --with-doctest
Network Setup
Note that the benchmarks under benchmarks/ assume that party 1 is reachable at ca-spark-node-0, party 2 at cb-spark-node-0, and party 3 at cc-spark-node-0. You can modify your /etc/hosts file to map IP addresses to host addresses. To map the above to 127.0.0.1 (for a local run) include the following entry in your /etc/hosts file:
127.0.0.1 ca-spark-node-0 cb-spark-node-0 cc-spark-node-0
Most likely you already have a mapping for localhost, for example:
127.0.0.1 localhost
In that case, just append the node addresses after localhost.
You can also modify the party addresses inside CodeGenConfig by updating the network_config dict.
Disclaimer
This is experimental software and does not guarantee security or correctness.
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
