bellman 0.14.0

zk-SNARK library
Documentation
[badges.maintenance]
status = "actively-developed"

[[bench]]
harness = false
name = "batch"

[[bench]]
harness = false
name = "slow"

[dependencies.bitvec]
version = "1"

[dependencies.blake2s_simd]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.crossbeam-channel]
optional = true
version = "0.5.1"

[dependencies.ff]
version = "0.13"

[dependencies.group]
version = "0.13"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.log]
optional = true
version = "0.4"

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

[dependencies.pairing]
optional = true
version = "0.23"

[dependencies.rand_core]
version = "0.6"

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

[dependencies.subtle]
version = "2.2.1"

[dev-dependencies.bls12_381]
version = "0.8"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.hex-literal]
version = "0.3"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_xorshift]
version = "0.3"

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

[features]
default = ["groth16", "multicore"]
groth16 = ["pairing"]
multicore = ["crossbeam-channel", "lazy_static", "log", "num_cpus", "rayon", "rand_core/getrandom"]

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Jack Grigg <thestr4d@gmail.com>"]
description = "zk-SNARK library"
edition = "2021"
homepage = "https://github.com/zkcrypto/bellman"
license = "MIT/Apache-2.0"
name = "bellman"
readme = "README.md"
repository = "https://github.com/zkcrypto/bellman"
resolver = "2"
rust-version = "1.60"
version = "0.14.0"

[[test]]
name = "mimc"
path = "tests/mimc.rs"
required-features = ["groth16"]