randomx_rust 0.1.1

RandomX is a proof-of-work (PoW) algorithm that is optimized for general-purpose CPUs.
Documentation
1
2
3
4
5
#![allow(clippy::all)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
include!(concat!(env!("OUT_DIR"), "/ffi.rs"));