| Crates.io | rostl-oram |
| lib.rs | rostl-oram |
| version | 0.1.0-alpha4 |
| created_at | 2025-06-14 22:06:19.213253+00 |
| updated_at | 2025-08-30 17:16:56.642026+00 |
| description | Oblivious RAM (ORAM) implementations. |
| homepage | https://www.obliviouslabs.com/ |
| repository | https://github.com/obliviouslabs/rostl |
| max_upload_size | |
| id | 1712716 |
| size | 77,060 |
This crate implements several Oblivious RAM (ORAM) algorithms, including Circuit ORAM, Linear ORAM, and Recursive ORAM, for use in TEEs and privacy-preserving systems. All memory accesses are data-independent.
See the main project README for more details, usage, and contribution guidelines.
rostl (Rust Oblivious Standard Library) is a Rust library providing a suite of high-performance, data- and instruction-trace oblivious data structures and algorithms, designed for use in Trusted Execution Environments (TEEs) such as Intel TDX. All memory accesses and instructions executed are independent of the data being processed, providing strong security guarantees against side-channel attacks.