Crate xynth

source ·
Expand description

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.

Structs§

  • VM, that proccessing 256 MiB random executable virtual code on 1 thread for now (Almost like RandomX). VM contains 6 registers: 2 for integer, 2 for float, 2 for aes integer-like data.

Enums§