arti/crates/hashx
Ian Jackson c593b861a7 hashx_cachegrind: Fix black_box location 2023-08-23 10:36:33 +01:00
..
bench hashx_cachegrind: Fix black_box location 2023-08-23 10:36:33 +01:00
fuzz hashx/fuzz, equix/fuzz: use arti-corpora 2023-08-01 19:34:04 -07:00
src hashx: Use a boxed slice for Program storage 2023-08-21 15:27:28 -07:00
tests
Cargo.toml equix, hashx: Benchmark against C implementation 2023-08-01 19:28:43 -07:00
README.md

README.md

hashx

hashx: Rust reimplementation of tevador's HashX ASIC-resistant hash function

This is an ASIC-resistant hash function designed by tevador as a lightweight variant of RandomX's SuperscalarHash, optimized for Tor's client puzzle use case. Check out tevador's dev log for more information.

This is for Tor client puzzle support in Arti. (#889)