arti/tor-consdiff
Nick Mathewson 79d9eac58c Add unnecessary_wraps to the big warning list. 2021-08-06 16:20:37 -04:00
..
fuzz Add symlinks to arti-corpora 2021-08-04 15:52:24 -04:00
src Add unnecessary_wraps to the big warning list. 2021-08-06 16:20:37 -04:00
testdata More tests for tor-consdiff. 2020-12-17 09:08:42 -05:00
tests More tests for tor-consdiff. 2020-12-17 09:08:42 -05:00
Cargo.toml Bump version dependencies to 0.0.0 2021-06-24 09:27:17 -04:00
README.md Fix typos and other spelling mistakes 2021-07-31 18:02:35 +02:00

README.md

tor-consdiff

tor-consdiff: Restricted ed diff and patch formats for Tor.

Overview

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