Files
MP-SPDZ/Programs/Source/oram_tutorial.mpc
Marcel Keller 2008a8782d Overdrive.
2018-03-02 14:33:03 +00:00

8 lines
160 B
Plaintext

# (C) 2018 University of Bristol. See License.txt
from path_oram import OptimalORAM
array = OptimalORAM(10000)
array[1] = 1
print_ln('%s', array[1].reveal())