diff --git a/Compiler/oram.py b/Compiler/oram.py index 20f18984..68842aa5 100644 --- a/Compiler/oram.py +++ b/Compiler/oram.py @@ -1790,7 +1790,7 @@ class AtLeastOneRecursionPackedORAMWithEmpty(PackedORAMWithEmpty): storage = RecursiveORAM class OptimalPackedORAMWithEmpty(PackedORAMWithEmpty): - storage = OptimalORAM + storage = staticmethod(OptimalORAM) def test_oram(oram_type, N, value_type=sint, iterations=100): stop_grind()