summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/hsdir_ring.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdir: Implmeent HsDirRing::find_posIan Jackson2023-03-301-2/+3
* tor-netdir: Make the hsdir ring be a TiVecIan Jackson2023-03-301-5/+14
* tor-netdir: Use `hsdir_index` for hidden service directory hashval (fmt)Ian Jackson2023-03-271-1/+4
* tor-netdir: Use `hsdir_index` for hidden service directory hashvalIan Jackson2023-03-271-11/+11
* tor-netdir: Use `rsidx` consistent for `RouterStatusIdx`Ian Jackson2023-03-271-6/+6
* Clarify which netdir index is meantNick Mathewson2023-02-091-1/+2
* hsdir: rustfmtIan Jackson2023-02-091-4/+1
* hsdir: Actually compute the hash ringIan Jackson2023-02-091-4/+58
* hsdir: Ring calculation plumbingIan Jackson2023-02-091-1/+22
* hsdir: Implement HS hash ring index calculationsIan Jackson2023-02-091-6/+80
* hsdir: Make HsDirIndex be AsRef<[u8; ]>Ian Jackson2023-02-091-2/+4
* hsdir: Rename HsRingParams to HsDirParamsIan Jackson2023-02-091-5/+5
* hsdir: Replace open-coded params fields and args with HsRingParamsIan Jackson2023-02-091-14/+7
* tor-netdir: Use typed-index-collections for router index (fix hsdir)Ian Jackson2023-02-091-2/+3
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-081-2/+2
* netdir: Implement ring-param constructors and time period accessorsNick Mathewson2023-01-281-0/+16
* Adjust onion service ring APIs in light of prop#342Nick Mathewson2023-01-111-1/+1
* Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-111-0/+116