mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Fix bug in packed ORAM.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user