cuprate-hinto-janai/cryptonight/Cargo.toml
Boog900 ac87f9998e
add error handling to cryptonight.
Also remove the variant enum for separate functions.
2023-10-18 12:52:43 +01:00

17 lines
No EOL
369 B
TOML

[package]
name = "cryptonight-cuprate"
version = "0.1.0"
edition = "2021"
description = "A wrapper around Monero's CryptoNight hash function."
license = "MIT"
authors = ["Boog900", "The Monero Project"]
repository = "https://github.com/Cuprate/cuprate/tree/main/cryptonight"
[dependencies]
thiserror = "1"
[build-dependencies]
cc = "1"
[dev-dependencies]
hex = "0.4"