rust-randomwow 0.1.1

Rust interface to the RandomWOW hash function (Wownero)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rust-randomwow"
version = "0.1.1"
edition = "2024"
description = "Rust interface to the RandomWOW hash function (Wownero)"
repository = "https://gitlab.com/porky11/rust-randomwow"
license = "MIT"
keywords = ["randomwow", "wownero", "mining"]
categories = ["cryptography"]

[build-dependencies]
cmake = "0.1"

[dependencies]