bellman 0.10.0

zk-SNARK library
Documentation
[[bench]]
harness = false
name = "batch"

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

[[test]]
name = "mimc"
path = "tests/mimc.rs"
required-features = ["groth16"]
[badges.maintenance]
status = "actively-developed"
[dependencies.bitvec]
version = "0.22"

[dependencies.blake2s_simd]
version = "0.5"

[dependencies.byteorder]
version = "1"

[dependencies.crossbeam]
optional = true
version = "0.7"

[dependencies.ff]
version = "0.10"

[dependencies.futures]
version = "0.1"

[dependencies.futures-cpupool]
optional = true
version = "0.1"

[dependencies.group]
version = "0.10"

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

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

[dependencies.rand_core]
version = "0.6"

[dependencies.subtle]
version = "2.2.1"
[dev-dependencies.bls12_381]
version = "0.5"

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

[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.9"

[features]
default = ["groth16", "multicore"]
groth16 = ["pairing"]
multicore = ["futures-cpupool", "crossbeam", "num_cpus"]

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