sigma-proof-compiler 0.1.0

A Rust library for creating and verifying sigma protocols (zero-knowledge proofs of knowledge) using symbolic computation over elliptic curves
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 = "sigma-proof-compiler"
version = "0.1.0"
authors = ["ZKSecurity <hello@zksecurity.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for creating and verifying sigma protocols (zero-knowledge proofs of knowledge) using symbolic computation over elliptic curves"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/zksecurity/sigma-proof-compiler"

[features]
default = []

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

[dependencies.curve25519-dalek]
version = "4.1.3"
features = [
    "digest",
    "rand_core",
    "group",
]

[dependencies.group]
version = "0.13"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.merlin]
version = "3"
default-features = false

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.sigma-proof-compiler-derive]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.17"