RustDom-X
A fully rust RandomX implementation without any hardware calls, compatible with all architectures that have rust compiler targets built for them.
Why?
RandomX is designed to be a CPU first algorithm, it leverages many low level concepts, mostly from the x86_64 architecture. RustDom-X is designed to remove these system calls to be compatible on all devices without any extra compilation. RustDom-X fills a gap, cryptocurrency light nodes, that don't require a fast RandomX hash implementation can use RustDom-X to ensure complete platform compatibility.
Usage
use VmMemory;
use new_vm;
use Arc;
Credit
This project is mostly forked from @Ragnaroek/mithril, removing all architecture specific syscalls
VC
Available primarily on GitHub and Crates.io https://github.com/snap-coin/rustdom-x https://crates.io/rustdom-x