You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pip install numpy==1.23.1 (not necessary, this is just the version I used)
from counter_only_tests import counter_only_test
from real_oram_tests import real_oram_test
from path_oram_counter_only import path_oram_counter_only_test
from path_oram_tests import path_oram_tests
test_type = int(input('Enter test type:\n1) Real ORAM accesses\n2) Simulated accesses to calculate the approximate bandwidth and round-trips\n3) Path-ORAM comparison (counter only)\n4) actual Path-ORAM run\n'))