halo2-core 0.1.0-beta.2

[BETA] Fast proof-carrying data implementation with no trusted setup
[[bench]]
harness = false
name = "arithmetic"

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

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

[[example]]
name = "circuit-layout"
required-features = ["dev-graph"]
[dependencies.backtrace]
optional = true
version = "0.3"

[dependencies.blake2b_simd]
version = "0.5"

[dependencies.ff]
version = "0.11"

[dependencies.group]
version = "0.11"

[dependencies.pasta_curves]
version = "0.2.1"

[dependencies.plotters]
optional = true
version = "0.3.0"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.5.1"

[dependencies.tabbycat]
features = ["attributes"]
optional = true
version = "0.1"
[dev-dependencies.criterion]
version = "0.3"

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

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

[features]
dev-graph = ["plotters", "tabbycat"]
gadget-traces = ["backtrace"]
sanity-checks = []

[package]
authors = ["Sean Bowe <sean@electriccoin.co>", "Ying Tong Lai <yingtong@electriccoin.co>", "Daira Hopwood <daira@electriccoin.co>", "Jack Grigg <jack@electriccoin.co>"]
description = "[BETA] Fast proof-carrying data implementation with no trusted setup\n"
documentation = "https://docs.rs/halo2"
edition = "2018"
license-file = "COPYING"
name = "halo2-core"
readme = "README.md"
repository = "https://github.com/zcash/halo2"
version = "0.1.0-beta.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]