Expand description
This crates implement oram algorithms
Modulesยง
- circuit_
oram - Implementation of Circuit ORAM
- heap_
tree - Represents a heap tree as an array and provides functions to access it.
- linear_
oram - Linear Scan ORAM
- prelude
- Prelude module for the ORAM crate
- recursive_
oram - Implements the recursive ORAM Technique