w3f-ring-proof 0.0.9

zk-proof of knowledge of the blinding factor of a Pedersen commitment
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "w3f-ring-proof"
version = "0.0.9"
authors = ["Sergey Vasilyev <swasilyev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "zk-proof of knowledge of the blinding factor of a Pedersen commitment"
readme = "README.md"
keywords = [
    "cryptography",
    "ring-vrf",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/w3f/ring-proof"

[features]
asm = ["w3f-pcs/asm"]
default = ["std"]
parallel = [
    "std",
    "rayon",
    "ark-std/parallel",
    "ark-ff/parallel",
    "ark-ec/parallel",
    "ark-poly/parallel",
    "w3f-plonk-common/parallel",
    "w3f-pcs/parallel",
]
print-trace = ["ark-std/print-trace"]
std = [
    "ark-std/std",
    "ark-ff/std",
    "ark-ec/std",
    "ark-poly/std",
    "ark-serialize/std",
    "w3f-pcs/std",
    "w3f-plonk-common/std",
]

[lib]
name = "w3f_ring_proof"
path = "src/lib.rs"

[[bench]]
name = "ring_proof"
path = "benches/ring_proof.rs"
harness = false

[dependencies.ark-ec]
version = "0.6"
default-features = false

[dependencies.ark-ff]
version = "0.6"
default-features = false

[dependencies.ark-poly]
version = "0.6"
default-features = false

[dependencies.ark-serialize]
version = "0.6"
features = ["derive"]
default-features = false

[dependencies.ark-std]
version = "0.6"
default-features = false

[dependencies.ark-transcript]
version = "0.0.6"
default-features = false

[dependencies.rayon]
version = "1"
optional = true
default-features = false

[dependencies.w3f-pcs]
version = "0.0.7"
default-features = false

[dependencies.w3f-plonk-common]
version = "0.0.9"
default-features = false

[dev-dependencies.ark-bls12-381]
version = "0.6"
features = ["curve"]
default-features = false

[dev-dependencies.ark-ed-on-bls12-381-bandersnatch]
version = "0.6"
default-features = false

[dev-dependencies.criterion]
version = "0.7"
features = ["html_reports"]