Crate rostl_oram

Crate rostl_oram 

Source
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