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

6 lines
109 B
Plaintext

from path_oram import OptimalORAM
array = OptimalORAM(10000)
array[1] = 1
print_ln('%s', array[1].reveal())