Skip to content

Commit

Permalink
Create multiparty_computation.java
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 14, 2024
1 parent dc003b2 commit 52ffa74
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// File name: multiparty_computation.java
import garbled_circuits.*;

public class MultipartyComputation {
public static void main(String[] args) {
// Implement multiparty computation using garbled circuits here
}
}

0 comments on commit 52ffa74

Please sign in to comment.