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.
-
Updated
Oct 15, 2024 - Python
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.
Data structure for representing additive secret shares of integers, designed for use within secure multi-party computation (MPC) protocol implementations.
Hardened shamir secret sharing scheme available at crates.io/crates/secretsharing_shamir
Data structure for representing secret shares of byte vectors based on bitwise XOR, designed for use within secure multi-party computation (MPC) protocol implementations.
Add a description, image, and links to the linear-secret-sharing topic page so that developers can more easily learn about it.
To associate your repository with the linear-secret-sharing topic, visit your repo's landing page and select "manage topics."