[package]
edition = "2021"
name = "cmz"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate to automatically create protocols that use CMZ14 or µCMZ credentials, by specifying an extremely compact description of the protocol."
readme = "README.md"
license = "MIT"
repository = "https://git-crysp.uwaterloo.ca/SigmaProtocol/cmz"
[features]
dump = ["sigma-compiler/dump"]
wnaf_is_constant_time = []
[lib]
name = "cmz"
path = "src/lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "rate_limiting"
path = "tests/rate_limiting.rs"
[[test]]
name = "submodule"
path = "tests/submodule.rs"
[[test]]
name = "wallet"
path = "tests/wallet.rs"
[dependencies.cmz-derive]
version = "=0.2.1"
[dependencies.ff]
version = "0.13"
[dependencies.generic_static]
version = "0.2"
[dependencies.group]
version = "0.13"
[dependencies.hex]
version = "0.4"
features = ["serde"]
[dependencies.lazy_static]
version = "1"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_bytes]
version = "0.11"
[dependencies.serde_with]
version = "3"
[dependencies.sigma-compiler]
version = "0.2.1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.bincode]
version = "1"
[dev-dependencies.chrono]
version = "0.4"
[dev-dependencies.curve25519-dalek]
version = "4"
features = [
"group",
"rand_core",
"digest",
]
[dev-dependencies.sha2]
version = "0.10"