rostl-primitives 0.1.0

Oblivious primitives and utils.
Documentation
rostl-primitives-0.1.0 has been yanked.

rostl: Rust Oblivious Standard Library

Crates.io Docs CI 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.

rostl-primitives

This crate provides constant-time primitives, traits, and utility functions for building oblivious algorithms and data structures. Includes conditional move/swap, indexable abstractions, and more.

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