frameworks
frameworks copied to clipboard
Sample code and build environments for MPC frameworks
See branch [add-ezpc](https://github.com/MPC-SoK/frameworks/tree/add-ezpc). Current status: dependencies installed, don't think the framework compiles yet. Still needs: successful build, sample programs, documentation.
add sample code, add wiki page with architecture and extra information, fill out tables.
Some people care about the specific license, beyond just whether it's open source or not. Add this to the tables in the wiki.
# Still ToDo: - [x] Get the Docker image to build - [x] Pull ABY3 from ladnir's repo, not my own fork - [ ] Get the examples running -...
Some frameworks have been updated by their maintainers, yet this repository still contains examples for old versions. This is problematic, as some of our examples ceased working and are thus...
* switch to python3 * Use updated bison and flex versions # ToDo * [ ] resolve #66
* Update Docker image to ubuntu 22.04 * update sharemind version to release_2022.03 ToDo: * [ ] Check that the examples can still be executed
We can add the motion framework (https://github.com/encryptogroup/MOTION) to our repo. ToDo: * [ ] Further polish the readme * [ ] copy the examples into this repo (and the license)...
As Frigate lacks a way to execute the circuits it generates, an additional tool for execution is required. Currently, we use a Semi-Honest-BMR implementation found here: https://github.com/cryptobiu/Semi-Honest-BMR However, this project...
Hi Marcella, Thanks for your work! This project is really amazing! I'm a new MPC learner. My questions are as follows: 1. I see there are 3 types in Frigate's...