Skip to content

Commit

Permalink
Create secure_computation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 14, 2024
1 parent 52ffa74 commit 65cdf2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/secure_multiparty_computation/secure_computation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# File name: secure_computation.py
import secret_sharing.*

class SecureComputation:
def __init__(self):
# Implement secure computation using secret sharing here
pass

0 comments on commit 65cdf2f

Please sign in to comment.