9 releases
0.2.0 | Sep 30, 2024 |
---|---|
0.1.7 | Sep 3, 2024 |
0.1.6 | Aug 1, 2024 |
0.1.5 | Jun 5, 2024 |
0.1.0 | Aug 1, 2023 |
#63 in Cryptography
288,112 downloads per month
Used in 54 crates
(5 directly)
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
~0.8–1.5MB
~33K SLoC