aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/pow
Commit message (Expand)AuthorAgeFilesLines
* clippy config: Forbid TimeRangeBound::if_valid_nowIan Jackson2026-07-231-0/+1
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-231-1/+1
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-161-2/+2
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-1/+1
* tor-hsclient: port to web-time-compat.Nick Mathewson2026-03-261-2/+2
* hsclient: Suppress unused-async warning when building without pow.Nick Mathewson2026-02-181-0/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Always use full path to rand::thread_rng().Nick Mathewson2025-03-181-2/+1
* hs-pow: Use clamp for clarity.Wesley Aptekar-Cassels2024-10-091-4/+4
* hs-pow: Use TimerangeBound for puzzle parameters.Wesley Aptekar-Cassels2024-10-092-29/+28
* hs-pow: Effort type improvements.Wesley Aptekar-Cassels2024-10-091-10/+10
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-092-2/+33
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-0/+132