<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hscrypto/src, branch arti-v1.2.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.2.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-13T16:30:53Z</updated>
<entry>
<title>Run maint/add_warning.</title>
<updated>2024-03-13T16:30:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-13T16:30:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c'/>
<id>urn:sha1:c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deny clippy::unchecked_duration_subtraction</title>
<updated>2024-02-29T17:16:49Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2024-02-29T17:06:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ac5b36027ca825d27ef466501c660ce498fd9e3c'/>
<id>urn:sha1:ac5b36027ca825d27ef466501c660ce498fd9e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdir: Add a unit test for HsDirParams::offset_within_srv_period.</title>
<updated>2024-01-24T16:42:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-24T16:42:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14445e8bb0f3daa9420a3330614eeb4874bf881d'/>
<id>urn:sha1:14445e8bb0f3daa9420a3330614eeb4874bf881d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdir, tor-hscrypto: Add function for computing SRV period offset.</title>
<updated>2024-01-24T11:22:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-23T19:05:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b487b7e8d6dfaaf7c65ea2ea30083d87dd1e785c'/>
<id>urn:sha1:b487b7e8d6dfaaf7c65ea2ea30083d87dd1e785c</id>
<content type='text'>
Part of #1166
</content>
</entry>
<entry>
<title>tor-hscrypto: Remove TimePeriodOffset, offset_within_period().</title>
<updated>2024-01-24T11:22:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-23T18:43:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5ed0b92bc6c317d44a2b16bd4f19d77d6719006'/>
<id>urn:sha1:f5ed0b92bc6c317d44a2b16bd4f19d77d6719006</id>
<content type='text'>
These are now unused.

Part of #1166
</content>
</entry>
<entry>
<title>tor-hsservice: Generate revision counter using the start of SRV period.</title>
<updated>2024-01-24T11:22:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-23T15:01:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e2396aef06c43978e2e2a064a7611567930b742'/>
<id>urn:sha1:1e2396aef06c43978e2e2a064a7611567930b742</id>
<content type='text'>
Closes #1166
</content>
</entry>
<entry>
<title>hscrypto: Downgrade a TODO HSS comment.</title>
<updated>2024-01-15T02:03:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-15T02:03:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6eb88943cc0b7874cd1dc42e00c2ef7faae7727'/>
<id>urn:sha1:d6eb88943cc0b7874cd1dc42e00c2ef7faae7727</id>
<content type='text'>
This is not a blocker; it's just a code movement or duplication
issue IIUC.
</content>
</entry>
<entry>
<title>Merge branch 'wallclock-time' into 'main'</title>
<updated>2023-12-13T16:09:53Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-12-13T16:09:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca90f9cf017e269071b1364587c51a75ad5c5995'/>
<id>urn:sha1:ca90f9cf017e269071b1364587c51a75ad5c5995</id>
<content type='text'>
tor-hscrypto: Return 0 if the timestamp is before the start of the TP.

Closes #1155

See merge request tpo/core/arti!1828</content>
</entry>
<entry>
<title>tor-hscrypto: Return 0 if the timestamp is before the start of the TP.</title>
<updated>2023-12-13T12:09:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-12-13T11:56:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c853c48ea1e143bbdeb77d1b968d6f14aa62f6e1'/>
<id>urn:sha1:c853c48ea1e143bbdeb77d1b968d6f14aa62f6e1</id>
<content type='text'>
#1155 was happening because we couldn't compute the offset of the
current time from the start of the _next_ TP
(`TimePeriod::offset_within_period` expected `when` to come after the
start of the TP). `TimePeriod::offset_within_period` now returns an
offset of 0 for timestamps that come before the start of the TP, to
support computing revision counters for the descriptors uploaded to
the HsDirs from the ring associated with the next TP.

Fixes #1155
</content>
</entry>
<entry>
<title>hscrypto: Remove a "TODO HSS" about a no-longer-unused type.</title>
<updated>2023-12-12T12:41:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-12T12:37:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e279b3d5c70c9912d35156d0f0e996cdf6ff8c8e'/>
<id>urn:sha1:e279b3d5c70c9912d35156d0f0e996cdf6ff8c8e</id>
<content type='text'>
</content>
</entry>
</feed>
