Minimal pure-Python implementation of a secure multi-party computation (MPC) protocol for evaluating arithmetic sum-of-products expressions via a non-interactive computation phase.
Stars
66
Forks
14
Watchers
66
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #1 from wwwehr/add_notebook_and_google_colab_link
03ecf86View on GitHubported example to notebook and added google colab link
a243503View on GitHubAdjust update README links and text; update package version.
f837cebView on GitHubAdd more docstring examples and parameter descriptions to functions/methods.
c5f9c98View on GitHubAdjust type annotations and variable names; use named private constants.
f846da6View on GitHubAdd link to report about protocol and adjust formatting in README.
7ff4c84View on GitHubAdd coverage reporting to GitHub Actions workflow; update README badges.
a768be0View on GitHubUse rejection sampling for random values; use a 128-bit Sophie Germain prime.
cc5ecb4View on GitHubSync/improve example in README/module; export preprocessing phase simulator.
9769e90View on GitHubAdd GitHub Actions workflow and corresponding README badge.
d02f139View on GitHub