proof_system 0.32.0

Proof system to comprise various cryptographic primitives
[dependencies.ark-ec]
default-features = false
version = "^0.4.1"

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

[dependencies.ark-groth16]
default-features = false
version = "^0.4.0"

[dependencies.ark-r1cs-std]
default-features = false
version = "^0.4.0"

[dependencies.ark-relations]
default-features = false
version = "^0.4.0"

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

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

[dependencies.bbs_plus]
default-features = false
version = "0.23.0"

[dependencies.bulletproofs_plus_plus]
default-features = false
version = "0.7.0"

[dependencies.chacha20poly1305]
default-features = false
version = "0.10.1"

[dependencies.coconut-crypto]
default-features = false
version = "0.12.0"

[dependencies.digest]
default-features = false
features = ["alloc"]
version = "0.10"

[dependencies.dock_crypto_utils]
default-features = false
version = "0.21.0"

[dependencies.itertools]
version = "0.12.1"

[dependencies.kvac]
default-features = false
version = "0.6.0"

[dependencies.legogroth16]
default-features = false
features = ["circom", "aggregation"]
version = "0.16.0"

[dependencies.merlin]
default-features = false
package = "dock_merlin"
version = "3.0.0"

[dependencies.rayon]
optional = true
version = "1"

[dependencies.saver]
default-features = false
version = "0.19.0"

[dependencies.schnorr_pok]
default-features = false
version = "0.21.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.serde_with]
default-features = false
features = ["macros"]
version = "1.10.0"

[dependencies.sha3]
default-features = false
version = "0.10.6"

[dependencies.short_group_sig]
default-features = false
version = "0.5.0"

[dependencies.smc_range_proof]
default-features = false
version = "0.7.0"

[dependencies.vb_accumulator]
default-features = false
version = "0.27.0"

[dependencies.verifiable_encryption]
default-features = false
version = "0.1.0"

[dependencies.zeroize]
features = ["derive"]
version = "1.7.0"

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

[dev-dependencies.blake2]
default-features = false
version = "0.10"

[dev-dependencies.rmp-serde]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["parallel"]
parallel = ["std", "ark-ff/parallel", "ark-ec/parallel", "ark-std/parallel", "rayon", "schnorr_pok/parallel", "bbs_plus/parallel", "vb_accumulator/parallel", "saver/parallel", "ark-groth16/parallel", "legogroth16/parallel", "ark-r1cs-std/parallel", "dock_crypto_utils/parallel", "coconut-crypto/parallel", "bulletproofs_plus_plus/parallel", "smc_range_proof/parallel", "short_group_sig/parallel", "kvac/parallel", "verifiable_encryption/parallel"]
print-trace = ["ark-std/print-trace", "schnorr_pok/print-trace", "bbs_plus/print-trace", "vb_accumulator/print-trace", "dock_crypto_utils/print-trace"]
std = ["ark-ff/std", "ark-ec/std", "ark-std/std", "ark-serialize/std", "schnorr_pok/std", "dock_crypto_utils/std", "serde/std", "saver/std", "ark-groth16/std", "legogroth16/std", "ark-r1cs-std/std", "ark-relations/std", "merlin/std", "bbs_plus/std", "vb_accumulator/std", "coconut-crypto/std", "bulletproofs_plus_plus/std", "smc_range_proof/std", "short_group_sig/std", "kvac/std", "verifiable_encryption/std"]
wasmer-js = ["legogroth16/wasmer-js"]
wasmer-sys = ["legogroth16/wasmer-sys"]

[lib]
doctest = false
name = "proof_system"
path = "src/lib.rs"

[package]
authors = ["Dock.io"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proof system to comprise various cryptographic primitives"
edition = "2021"
license = "Apache-2.0"
name = "proof_system"
readme = "README.md"
repository = "https://github.com/docknetwork/crypto"
version = "0.32.0"

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

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

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

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

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

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

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

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

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

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

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

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

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