Expand description
This crates immplements oblivious datastructures
Modulesยง
- array
- Implements a fixed-size array with a fixed-size element type. The array is oblivious to the access pattern.
- heap
- Implements path oblivious heap.
- map
- Implements map related data structures.
- queue
- This module implements oblivious queues
- sharded_
map - Implements map related data structures.
- stack
- This module implements an oblivious stack
- vector
- Implements variable length vectors. The vector is oblivious to the access pattern.