<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/hashx/fuzz/Cargo.toml, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<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>Upgrade rand dependency to 0.9.</title>
<updated>2025-03-18T16:09:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-17T17:56:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e806f007efb84e40bf17ac1444b35ddab9abc83f'/>
<id>urn:sha1:e806f007efb84e40bf17ac1444b35ddab9abc83f</id>
<content type='text'>
(Per discussion at #1774, we think the changes are acceptable.)

This commit won't compile on its own; subsequent commits will fix it.
</content>
</entry>
<entry>
<title>hashx/fuzz: update tor-c-equix dependency</title>
<updated>2023-08-02T02:34:04Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-08-01T22:00:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d7c2e7996ef488edbef98c7ba54fb1466b2a12d9'/>
<id>urn:sha1:d7c2e7996ef488edbef98c7ba54fb1466b2a12d9</id>
<content type='text'>
my cargo_hashx_rng branch was just merged into main (thanks dgoulet!)
</content>
</entry>
<entry>
<title>hashx/fuzz: Simplify, remove rayon dependency</title>
<updated>2023-08-02T02:34:03Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-08-01T15:13:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a85749e4854cfc2ddcefde20c3f0c57d45297cf'/>
<id>urn:sha1:5a85749e4854cfc2ddcefde20c3f0c57d45297cf</id>
<content type='text'>
Review feedback is that we don't want parallelism here.

Signed-off-by: Micah Elizabeth Scott &lt;beth@torproject.org&gt;
</content>
</entry>
<entry>
<title>hashx/fuzz: Start a cross-implementation fuzzer for HashX</title>
<updated>2023-08-02T02:34:03Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-08-01T01:14:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea2716595e3252478d568ca39bf48dab57d2ac21'/>
<id>urn:sha1:ea2716595e3252478d568ca39bf48dab57d2ac21</id>
<content type='text'>
Fuzz testing for HashX. Uses a hook into the pseudorandom number
stream to test the program generator deeply on input that can
be mutated by the fuzzer. Confirms program generation by running
a small number of arbitrary test hashes, so we don't need to
understand the implementation-specific program format to test the
program generator.

We test four implementations in parallel this way, the compiled and
interpreted implementations included in both this crate and c-tor.

Signed-off-by: Micah Elizabeth Scott &lt;beth@torproject.org&gt;
</content>
</entry>
</feed>
