Code
PIR Specs
Executable specifications for our PIR scheme implementations. Plinko and RMS24 are spec'd in a unified repository using Python — precise enough to implement from, testable, and scheme-agnostic in their interface.
keewoolee/rms24LeanPIR
A GPU-optimized, doubly-stateless PIR scheme designed in-house. Achieves ~30 ms server runtime for a 32 GB database with sub-second preprocessing and <100 KB communication. Paper and code coming soon.
TorJS
Arti — the Tor Project's
Rust client — compiled to WebAssembly with a TypeScript fetch()-compatible
wrapper. Includes the WasmRuntime, Snowflake pluggable transport (WebSocket + WebRTC),
in-memory/IndexedDB storage, cross-tab locking, and fast bootstrap.
See our engineering post for
the full technical story.