Skip to content

Commit

Permalink
online-phase: fabric: Authenticate inputs with input masks
Browse files Browse the repository at this point in the history
  • Loading branch information
joeykraut committed Apr 17, 2024
1 parent 3641783 commit 93d6615
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 204 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
`ark-mpc` provides a malicious secure [SPDZ](https://eprint.iacr.org/2011/535.pdf) style framework for two party secure computation. The circuit is constructed on the fly, by overloading arithmetic operators of MPC types, see the example below in which each of the parties shares a value and together they compute the product:
```rust
use ark_mpc::{
algebra::scalar::Scalar, beaver::OfflinePhase, network::QuicTwoPartyNet, MpcFabric,
algebra::scalar::Scalar, beaver::PreprocessingPhase, network::QuicTwoPartyNet, MpcFabric,
PARTY0, PARTY1,
};
use ark_curve25519::EdwardsProjective as Curve25519Projective;
Expand Down
Loading

0 comments on commit 93d6615

Please sign in to comment.