arti/tor-dirmgr
rls 51d91508f7 Fix typos and other spelling mistakes 2021-07-31 18:02:35 +02:00
..
src Fix typos and other spelling mistakes 2021-07-31 18:02:35 +02:00
Cargo.toml Give DirMgr the ability to notify subscribers about events. 2021-07-30 12:53:54 -04:00
README.md Add automatically generated README.md files to each crate. 2021-05-25 15:41:23 -04:00

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