summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/skew.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* More tests for ClockSkew.Nick Mathewson2022-05-251-0/+40
* Implement a better clock skew estimator.Nick Mathewson2022-04-111-8/+75
* Initial functions to determine and expose a clock skew estimate.Nick Mathewson2022-04-071-4/+13
* tor-proto: add a backend to detect reported clock skew.Nick Mathewson2022-03-231-0/+102