aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-consdiff/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-consdiff: Add consdiff generation algorithmClara Engler2026-03-251-3/+0
| | | | | | | | This commit implements support for the consensus diff generation. Unlike CTor, it does not use its own custom algorithm but rather uses an implementation of Myers' algorithm from the `imara-diff` crate, which is pretty performant and comparable to size and run time to CTor, while being much simpler in the interfacing code.
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
| | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+21
This will cause some pain for now, but now is really the best time to do this kind of thing.