Some checks failed
Rust ZK Components Tests / test-rust-zk (push) Has been cancelled
- Move GPU ZK research project from gpu_acceleration/research to dev/gpu/ - This is research code, not production code, so it belongs in dev/ - Maintains active development status while separating from production
13 lines
261 B
TOML
13 lines
261 B
TOML
[package]
|
|
name = "gpu_zk_research"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
halo2 = { version = "0.1.0-beta.2" }
|
|
halo2_proofs = { version = "0.1.0-beta.2" }
|
|
halo2_gadgets = { version = "0.1.0-beta.2" }
|
|
pasta_curves = "0.5"
|
|
rand = "0.8"
|
|
anyhow = "1.0"
|