wedpr_l_crypto_zkp_discrete_logarithm_proof 1.2.0

Library of WeDPR shared zkp Function implement discrete logarithm proof.
Documentation
[package]
name = "wedpr_l_crypto_zkp_discrete_logarithm_proof"
version = "1.2.0"
authors = [ "WeDPR <wedpr@webank.com>" ]
edition = "2018"
license = "Apache-2.0"
description = "Library of WeDPR shared zkp Function implement discrete logarithm proof."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
curve25519-dalek = { version = "1", features = [ "serde" ] }
wedpr_l_crypto_zkp_utils = "1.2.0"
wedpr_l_macros = "1.0.0"
wedpr_l_protos =  "1.2.0"
wedpr_l_utils = "1.1.0"
rand = "0.6"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "dlp"
harness = false