#algorithm #hash #cryptography

xynth

Xynth is an ASIC/GPU-resistant cryptographic hashing algorithm written in pure Rust for x64 CPUs with AVX2 support

8 releases

new 0.1.7 Apr 6, 2024
0.1.6 Dec 28, 2023
0.1.0 Nov 26, 2023

#637 in Algorithms

Download history 15/week @ 2023-12-18 12/week @ 2023-12-25 18/week @ 2024-02-26 232/week @ 2024-04-01

232 downloads per month

MIT license

23KB
450 lines

Xynth

Xynth is an ASIC/GPU-resistant cryptographic hashing algorithm written in pure Rust for x64 CPUs with AVX2 support


lib.rs:

XynthVM hashing algo, that runs large program. Program code depends on input data. XynthVM is developed for same purpose, as RandomX - to avoid running algo on GPU and ASIC.

No runtime deps