xynth 0.2.0

Xynth is an ASIC/GPU-resistant cryptographic hashing algorithm written in pure Rust for x64 CPUs with AVX2 support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"rust-analyzer.cargo.extraEnv": {
			"RUSTFLAGS": "-C target-feature=+avx2" //target-cpu=native
		},
	}
}