arti/tor-dirmgr
Nick Mathewson 2df9b0e921 Bump version dependencies to 0.0.0 2021-06-24 09:27:17 -04:00
..
src Fix some warnings about needless & from nightly clippy 2021-06-18 07:19:24 -04:00
Cargo.toml Bump version dependencies to 0.0.0 2021-06-24 09:27:17 -04:00
README.md

README.md

tor-dirmgr

tor-dirmgr: Code to fetch, store, and update Tor directory information.

Overview

This crate is part of Arti, a project to implement Tor in Rust.

In its current design, Tor requires a set of up-to-date authenticated directory documents in order to build multi-hop anonymized circuits through the network.

This directory manager crate is responsible for figuring out which directory information we lack, downloading what we're missing, and keeping a cache of it on disk.

License: MIT OR Apache-2.0