Files
MP-SPDZ/Programs/Source/gale-shapley_tutorial.mpc
Marcel Keller cc0711c224 MP-SPDZ.
2018-10-11 17:20:26 +11:00

7 lines
140 B
Plaintext

from Compiler import gs
from Compiler.path_oram import OptimalORAM
mm = gs.Matchmaker(50, oram_type=OptimalORAM)
mm.init_hard()
mm.match()