Skip to content

Commit

Permalink
Delete all the things
Browse files Browse the repository at this point in the history
We are cleaning up a lot in #17

Here we extract some of that cleanup, to make that other PR easier to
review.
  • Loading branch information
matthiasgoergens committed Nov 5, 2024
1 parent 23f209e commit cf2e1a2
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 2,813 deletions.
7 changes: 0 additions & 7 deletions circ_blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ poly = ["rug-polynomial"]
spartan = ["r1cs", "dep:spartan", "curve25519-dalek", "bincode", "gmp-mpfr-sys"]
bellman = ["r1cs", "dep:bellman", "ff", "group", "pairing", "serde_bytes", "bincode", "gmp-mpfr-sys", "byteorder", "rayon"]

[[example]]
name = "circ"

[[example]]
name = "zk"
required-features = ["r1cs"]
Expand All @@ -92,10 +89,6 @@ required-features = ["r1cs"]
name = "cp"
required-features = ["bellman", "poly"]

[[example]]
name = "zxi"
required-features = ["smt", "zok"]

[[example]]
name = "zxc"
required-features = ["smt", "zok"]
Expand Down
Loading

0 comments on commit cf2e1a2

Please sign in to comment.