randomx-rust-wrapper 0.1.2

RandomX Rust wrapper intended for Fluence Capacity Commitment prover and verifier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "randomx-rust-wrapper"
version = "0.1.2"
description = "RandomX Rust wrapper intended for Fluence Capacity Commitment prover and verifier"
authors = ["Fluence Labs"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/fluencelabs/randomx-rust-wrapper"
publish = true

[dependencies]
bitflags = "2.4.1"
libc = "0.2"
thiserror = "1.0"

[build-dependencies]
cmake = "0.1"