rostl-datastructures

Crates.iorostl-datastructures
lib.rsrostl-datastructures
version0.1.0-alpha4
created_at2025-06-14 22:06:45.039718+00
updated_at2025-08-30 17:17:04.506111+00
descriptionOblivious data structures for secure and efficient computation.
homepagehttps://www.obliviouslabs.com/
repositoryhttps://github.com/obliviouslabs/rostl
max_upload_size
id1712717
size111,966
(xtrm0)

documentation

README

rostl-datastructures

Crates.io Docs codecov

This crate provides oblivious data structures (arrays, maps, heaps, stacks, queues, vectors, sharded maps) for use in trusted execution environments (TEEs) and other privacy-preserving applications. All operations are designed to be data- and instruction-trace oblivious.

See the main project README for more details, usage, and contribution guidelines.

rostl: Rust Oblivious Standard Library

Crates.io Docs codecov

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.

Commit count: 97

cargo fmt