summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/hsdir_params.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-4/+4
* Fix compilation with various feature combinationsIan Jackson2023-02-091-1/+8
* hsdir representation: Introduce HsDirs generic typeIan Jackson2023-02-091-5/+5
* hsdir: Implement HS hash ring index calculationsIan Jackson2023-02-091-1/+0
* hsdir: impl Eq for HsDirParamsIan Jackson2023-02-091-1/+1
* hsdir: Rename HsRingParams to HsDirParamsIan Jackson2023-02-091-10/+14
* hsdir_params: Rename some variables for consistencyIan Jackson2023-02-091-9/+9
* hsdir: Replace open-coded params fields and args with HsRingParamsIan Jackson2023-02-091-0/+1
* hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-091-2/+2
* netdir: remove duplicate code in param calculationNick Mathewson2023-01-281-23/+31
* netdir: remove the vestigial smallvec implementation I addedNick Mathewson2023-01-281-1/+1
* Turn compute_ring_params into a method.Nick Mathewson2023-01-281-54/+60
* Several suggestions on gitlab.Ian Jackson2023-01-281-0/+2
* netdir: Implement ring-param constructors and time period accessorsNick Mathewson2023-01-281-0/+463