mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 21:48:11 -05:00
7 lines
140 B
Plaintext
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()
|