<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdir/src/hsdir_ring.rs, branch arti-v1.1.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-02-09T14:56:30Z</updated>
<entry>
<title>Clarify which netdir index is meant</title>
<updated>2023-02-09T14:56:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-09T14:56:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8cda5a1a3e075f24c52fd2103498add33dcb5de9'/>
<id>urn:sha1:8cda5a1a3e075f24c52fd2103498add33dcb5de9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsdir: rustfmt</title>
<updated>2023-02-09T13:01:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-08T19:20:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=335043658e6615b4b9f1ca97c7a430967029f943'/>
<id>urn:sha1:335043658e6615b4b9f1ca97c7a430967029f943</id>
<content type='text'>
Deferred formatting changes which would have obscured the commits they
were prompted by.
</content>
</entry>
<entry>
<title>hsdir: Actually compute the hash ring</title>
<updated>2023-02-09T13:01:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-08T19:17:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3dd0d381d07fec4242ea0666ddc82733a99e6b0b'/>
<id>urn:sha1:3dd0d381d07fec4242ea0666ddc82733a99e6b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsdir: Ring calculation plumbing</title>
<updated>2023-02-09T13:01:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-01T17:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f12277141bba1d43891ffea06572405794ddd301'/>
<id>urn:sha1:f12277141bba1d43891ffea06572405794ddd301</id>
<content type='text'>
* Implement Netdir::compute_rings in terms of a new
  HsDirRing::compute, that currently does nothing.

* Actually call Netdir::compute_rings (since now it doesn't panic).

* Make Netdir::compute_rings not be pub.  We do this unconditionally,
  rather than exposing the distinction between a netdir-without-hsdir
  and a netdir-with-hsdir.
</content>
</entry>
<entry>
<title>hsdir: Implement HS hash ring index calculations</title>
<updated>2023-02-09T13:01:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-01-31T16:16:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d63c44f96d5da143f057f0fabcccb0823800e2a9'/>
<id>urn:sha1:d63c44f96d5da143f057f0fabcccb0823800e2a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsdir: Make HsDirIndex be AsRef&lt;[u8; ]&gt;</title>
<updated>2023-02-09T12:56:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-08T15:54:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a12df180b5b6e8012966f4381d6a171f0bcc6208'/>
<id>urn:sha1:a12df180b5b6e8012966f4381d6a171f0bcc6208</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsdir: Rename HsRingParams to HsDirParams</title>
<updated>2023-02-09T12:56:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-08T12:38:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5fcae642d60e200b3c3db7b726ce20899a4073c4'/>
<id>urn:sha1:5fcae642d60e200b3c3db7b726ce20899a4073c4</id>
<content type='text'>
The file which contains this type is called hsdir_params.rs.  We have
a general problem with slight confusion about when to includen "dir"
and when to include "ring".

Resolve this in favour of the rule now added to the module-level doc
comment.
</content>
</entry>
<entry>
<title>hsdir: Replace open-coded params fields and args with HsRingParams</title>
<updated>2023-02-09T12:56:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-01T16:55:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5f520152397e6838e3d968f94d5205b3b0773a04'/>
<id>urn:sha1:5f520152397e6838e3d968f94d5205b3b0773a04</id>
<content type='text'>
This will enable us to pass these around more conveniently.

And make empty_from_params take an owned params, which it would like.
</content>
</entry>
<entry>
<title>tor-netdir: Use typed-index-collections for router index (fix hsdir)</title>
<updated>2023-02-09T12:56:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-02T12:19:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e3d20bdba93d395746a96465cef36d10ed14e63'/>
<id>urn:sha1:1e3d20bdba93d395746a96465cef36d10ed14e63</id>
<content type='text'>
This was omitted in !1004.  (Because this code isn't actually wired up
yet, it typechecked anyway.  But we need to fix it.)
</content>
</entry>
<entry>
<title>tor-hscrypto: Rename key types to correspond to new spec names.</title>
<updated>2023-02-08T17:27:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-08T17:27:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99ec1c9818aa974dcf10a2e6c3b4cc76ac83eb02'/>
<id>urn:sha1:99ec1c9818aa974dcf10a2e6c3b4cc76ac83eb02</id>
<content type='text'>
</content>
</entry>
</feed>
