4 releases

new 0.1.3 Apr 2, 2024
0.1.2 Oct 2, 2023
0.1.1 Sep 5, 2023
0.1.0 Aug 1, 2023

#1117 in Cryptography

Download history 10/week @ 2024-02-18 9/week @ 2024-02-25 1/week @ 2024-03-03 184/week @ 2024-03-31

184 downloads per month

LGPL-3.0-only

190KB
3K SLoC

equix

equix: Rust reimplementation of tevador's Equi-X, a client puzzle for Tor based on the Equihash and HashX algorithms

Check out tevador's dev log for more information. The Equihash layer is based on Equihash60,3 and the underlying hash function HashX is another new project built as a lightweight ASIC-resistant hash function in the spirit of RandomX.

This crate implements a compact Equihash solver with the same memory footprint as the original Equi-X implementation. HashX is delegated to the hashx crate.

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


lib.rs:

Dependencies

~1–1.6MB
~35K SLoC