Crates.io | randomx-bindings |
lib.rs | randomx-bindings |
version | 0.1.4 |
source | src |
created_at | 2021-05-06 04:26:00.088879 |
updated_at | 2021-06-10 00:26:09.50106 |
description | Rusty wrapper for RandomX hashing |
homepage | |
repository | https://github.com/mcfranko/randomx-bindings |
max_upload_size | |
id | 393676 |
size | 25,696 |
This is a fork of https://github.com/moneromint/randomx4r
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.