Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

File metadata and controls

19 lines (12 loc) · 433 Bytes

AURORA

Attested Unlinkable Routing with Overlay Relay Assurance.

AURORA is an experimental privacy-preserving routing and middlebox prototype built around zero-knowledge proofs.

Quick Start

cargo build --release
cargo run -p aurora-router
cargo run -p aurora-proxy

For a minimal local setup, see docs/localnet-three-router.md.

Status

Experimental research code. Not audited.