revert prove feature

This commit is contained in:
Sergio Chouhy 2026-02-16 11:52:31 -03:00
parent 2954faa5ec
commit 26d6286b8c
3 changed files with 24 additions and 842 deletions

859
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ license = { workspace = true }
nssa_core = { workspace = true, features = ["host"] }
thiserror.workspace = true
risc0-zkvm = { workspace = true}
risc0-zkvm.workspace = true
serde.workspace = true
sha2.workspace = true
rand.workspace = true
@ -33,4 +33,3 @@ test-case = "3.3.1"
[features]
default = []
prove = ["risc0-zkvm/prove"]

View File

@ -19,7 +19,3 @@ cbindgen = "0.29"
[dev-dependencies]
tempfile = "3"
[features]
default = []
prove = ["nssa/prove"]