cmz 0.1.0

A crate to automatically create protocols that use CMZ14 or µCMZ credentials, by specifying an extremely compact description of the protocol.
Documentation
[dependencies.cmz-derive]
version = "0.1.0"

[dependencies.ff]
version = "0.13"

[dependencies.generic_static]
version = "0.2"

[dependencies.group]
version = "0.13"

[dependencies.hex]
features = ["serde"]
version = "0.4"

[dependencies.lazy_static]
version = "1"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_with]
version = "3"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.bincode]
version = "1"

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

[dev-dependencies.sha2]
version = "0.10"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A crate to automatically create protocols that use CMZ14 or µCMZ credentials, by specifying an extremely compact description of the protocol."
edition = "2021"
license = "MIT"
name = "cmz"
readme = "README.md"
repository = "https://git-crysp.uwaterloo.ca/SigmaProtocol/cmz"
version = "0.1.0"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "submodule"
path = "tests/submodule.rs"

[[test]]
name = "wallet"
path = "tests/wallet.rs"