arti/tor-consdiff
Nick Mathewson 1c21295d19 Merge remote-tracking branch 'origin/mr/34' 2021-06-27 14:30:49 -04:00
..
fuzz Whoops: add fuzzers code. 2020-12-17 15:05:58 -05:00
src Add clippy warn needless pass by value 2021-06-21 23:27:19 -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 Use the "typos" tool to fix some spelling 2021-05-26 19:18:35 -04: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 vesion 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