proofbug

halo2 proof bug
git clone https://git.parazyd.org/proofbug
Log | Files | Refs

Cargo.toml (198B)


      1 [package]
      2 name = "proofbug"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 [dependencies]
      7 darkfi = { git = "https://github.com/darkrenaissance/darkfi", branch = "master", features = ["tx", "crypto", "util"] }