Crates.io | randomx4r |
lib.rs | randomx4r |
version | 0.2.1 |
source | src |
created_at | 2020-03-17 15:45:02.253774 |
updated_at | 2020-06-15 13:13:06.226932 |
description | Rusty wrapper for RandomX hashing |
homepage | |
repository | https://github.com/moneromint/randomx4r |
max_upload_size | |
id | 219846 |
size | 25,921 |
A Rusty wrapper for RandomX hashing.
Depends on the randomx4r-sys crate for FFI. Building this crate requires the installation of CMake and a C++ compiler.
Some small examples are included in the documentation. Larger examples are in the examples directory:
multithreaded
- Hashing with multiple cores.The code in this repository is released under the terms of the MIT license. See LICENSE file in project root for more info.