summaryrefslogtreecommitdiff
path: root/crates/tor-consdiff/tests
Commit message (Collapse)AuthorAgeFilesLines
* tor-consdiff: Add consdiff generation algorithmClara Engler2026-03-251-0/+19
| | | | | | | | 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.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+9
This will cause some pain for now, but now is really the best time to do this kind of thing.