Crates.io | tor-consdiff |
lib.rs | tor-consdiff |
version | 0.24.0 |
source | src |
created_at | 2021-06-24 14:22:50.114832 |
updated_at | 2024-10-31 14:10:02.358595 |
description | Handle the consensus-diff format used in the Tor directory protocol |
homepage | https://gitlab.torproject.org/tpo/core/arti/-/wikis/home |
repository | https://gitlab.torproject.org/tpo/core/arti.git/ |
max_upload_size | |
id | 414483 |
size | 47,135 |
Restricted ed diff and patch formats for Tor.
This crate is part of Arti, a project to implement Tor in Rust. Tor uses a restricted version of the "ed-style" diff format to record the difference between a pair of consensus documents, so that clients can download only the changes since the last document they have.
This crate provides a function to apply one of these diffs to an older consensus document, to get a newer one.
TODO: Eventually, when we add relay support, we will need to generate these diffs as well as consume them.
License: MIT OR Apache-2.0