Files
MP-SPDZ/Programs/Source/oram_tutorial.mpc
2020-12-11 16:24:28 +11:00

6 lines
104 B
Plaintext

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