Expand description
Implements path oblivious heap.
Structsยง
- Heap
- An oblivious heap. Elements are stored in an ORAM, along with information about the location of the minimum element in each subtree.
- Heap
Element - A logical heap element.
Implements path oblivious heap.