Crates.io | hashx |
lib.rs | hashx |
version | 0.2.0 |
source | src |
created_at | 2023-08-01 15:46:30.038821 |
updated_at | 2024-09-30 15:58:36.698024 |
description | Hash function family designed for ASIC-resistant client puzzles |
homepage | https://gitlab.torproject.org/tpo/core/arti/-/wikis/home |
repository | https://gitlab.torproject.org/tpo/core/arti.git/ |
max_upload_size | |
id | 931945 |
size | 176,253 |
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)