<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/replay/ipt.rs, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-07T15:28:36Z</updated>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>Typo fixes (automatic and hand-verified)</title>
<updated>2025-07-09T16:27:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-07-09T16:27:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd24caa9959a4e9a04ad10cc047975b8566a884b'/>
<id>urn:sha1:fd24caa9959a4e9a04ad10cc047975b8566a884b</id>
<content type='text'>
Made with https://crates.io/crates/typos-cli
</content>
</entry>
<entry>
<title>tor-hsservice: Change unclear names in ReplayLog.</title>
<updated>2025-02-10T15:44:35Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-02-05T19:18:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6d960207cf91097a08d38d6f7d670fe5b9ef9272'/>
<id>urn:sha1:6d960207cf91097a08d38d6f7d670fe5b9ef9272</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Assert that hash length is correct in ReplayLog.</title>
<updated>2025-02-10T15:43:59Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-02-05T19:16:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c8cb0b02d19db2880dc201f6e859ffbd7c30c5f'/>
<id>urn:sha1:7c8cb0b02d19db2880dc201f6e859ffbd7c30c5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Change ReplayLog parse_log_leafname API.</title>
<updated>2025-02-10T15:40:18Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-02-05T19:13:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f91def311ca25a9fbc699c4d551a0e2aa5677457'/>
<id>urn:sha1:f91def311ca25a9fbc699c4d551a0e2aa5677457</id>
<content type='text'>
This previously returned a &amp;str for sort of unclear reasons, which was
only used in logging. Remove that.
</content>
</entry>
<entry>
<title>tor-hsservice: Remove ReplayLog HASH_LEN constant.</title>
<updated>2025-02-10T15:40:18Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-01-06T20:28:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc67c0a5255e60267aa6ae602484c1afdb8f1262'/>
<id>urn:sha1:cc67c0a5255e60267aa6ae602484c1afdb8f1262</id>
<content type='text'>
This needed to be the same as the MESSAGE_LEN constant, so we should
just use the same constant for both.
</content>
</entry>
<entry>
<title>tor-hsservice: Clean up replay::ipt::hash types.</title>
<updated>2025-02-10T15:40:18Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-01-06T20:25:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=60d4b90d643558ab82c80b448836a884483d431b'/>
<id>urn:sha1:60d4b90d643558ab82c80b448836a884483d431b</id>
<content type='text'>
I don't think a newtype here was really buying us anything. Might as
well get rid of it.
</content>
</entry>
<entry>
<title>tor-hsservice: Move replay::hash into replay::ipt::hash.</title>
<updated>2025-02-10T15:40:18Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-01-06T20:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=293fd9e9ea8b2f715d39b7085a8595ff50e89561'/>
<id>urn:sha1:293fd9e9ea8b2f715d39b7085a8595ff50e89561</id>
<content type='text'>
The IPT log is the only one that will need hashing, so move that code.
</content>
</entry>
<entry>
<title>tor-hsservice: Move ReplayLog hashing out of generic code.</title>
<updated>2025-02-10T15:40:18Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-01-06T19:52:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4824408b012193353495688f7cecf704c5b3a47'/>
<id>urn:sha1:e4824408b012193353495688f7cecf704c5b3a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Make ReplayLog magic bytes generic.</title>
<updated>2025-02-10T15:40:18Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-01-06T18:32:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8c7a9d1cf745bc03ec2d92252f1c9bb2b6f21a5'/>
<id>urn:sha1:d8c7a9d1cf745bc03ec2d92252f1c9bb2b6f21a5</id>
<content type='text'>
This will ensure that we can't confuse different types of replay logs.
</content>
</entry>
</feed>
