fawkes-crypto-bellman_ce 0.3.5

zk-SNARK library
Documentation
[dependencies.bit-vec]
version = "0.6.1"

[dependencies.blake2-rfc]
optional = true
version = "0.2.18"

[dependencies.byteorder]
version = "1"

[dependencies.cfg-if]
version = "0.1.7"

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

[dependencies.futures]
version = "0.1"

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

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

[dependencies.pairing]
package = "fawkes-crypto-pairing_ce"
version = "0.18.1"

[dependencies.prefetch]
optional = true
version = "0.2"

[dependencies.rand]
version = "0.4"

[dependencies.tiny-keccak]
optional = true
version = "2.0.2"

[dependencies.web-sys]
features = ["console", "Performance", "Window"]
optional = true
version = "0.3.17"

[features]
default = ["multicore"]
gm17 = []
multicore = ["futures-cpupool", "num_cpus", "crossbeam"]
nightly = ["prefetch"]
sonic = ["tiny-keccak", "blake2-rfc"]
wasm = ["web-sys"]

[lib]
crate-type = ["cdylib", "lib", "staticlib"]

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Alex Vlasov <alex.m.vlasov@gmail.com>", "Alex Gluchowski <alex@gluchowski.net"]
description = "zk-SNARK library"
documentation = "https://docs.rs/fawkes_crypto_bellman_ce"
edition = "2018"
homepage = "https://github.com/zeropoolnetwork/phase2-bn254"
license = "MIT/Apache-2.0"
name = "fawkes-crypto-bellman_ce"
repository = "https://github.com/zeropoolnetwork/phase2-bn254"
version = "0.3.5"