Module heap

Source
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.
HeapElement
A logical heap element.