serai/coins/monero/generators/Cargo.toml
Luke Parker fd48bbd15e
Initial documentation for the Monero libraries (#122)
* Document all features

* Largely document the Monero libraries

Relevant to https://github.com/serai-dex/serai/issues/103 and likely 
sufficient to get this removed from 
https://github.com/serai-dex/serai/issues/102.
2022-09-28 07:44:49 -05:00

22 lines
498 B
TOML

[package]
name = "monero-generators"
version = "0.1.0"
description = "Monero's hash_to_point and generators"
license = "MIT"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[package.metadata.docs.rs]
all-features = true
[dependencies]
lazy_static = "1"
subtle = "2.4"
tiny-keccak = { version = "2", features = ["keccak"] }
curve25519-dalek = { version = "3", features = ["std"] }
group = { version = "0.12" }
dalek-ff-group = { path = "../../../crypto/dalek-ff-group" }