proof-compression 0.152.6

Both cuda and cpu based proof compression and wrapping chain
[dependencies.bincode]
version = "1.3"

[dependencies.byteorder]
version = "1"

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

[dependencies.circuit_definitions]
version = "=0.150.14"

[dependencies.fflonk]
package = "fflonk-cuda"
version = "=0.152.6"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.shivini]
version = "=0.152.6"

[features]
cpu = []
default = ["gpu"]
gpu = []

[lib]
name = "proof_compression"
path = "src/lib.rs"

[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "Both cuda and cpu based proof compression and wrapping chain"
edition = "2021"
exclude = ["/data"]
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "proof-compression"
readme = false
repository = "https://github.com/matter-labs/zksync-crypto-gpu"
version = "0.152.6"