Move gpu_zk_research to dev directory
Some checks failed
Rust ZK Components Tests / test-rust-zk (push) Has been cancelled
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
This commit is contained in:
12
dev/gpu/gpu_zk_research/Cargo.toml
Normal file
12
dev/gpu/gpu_zk_research/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user