Skip to content

Commit cf2e1a2

Browse files
Delete all the things
We are cleaning up a lot in #17 Here we extract some of that cleanup, to make that other PR easier to review.
1 parent 23f209e commit cf2e1a2

File tree

11 files changed

+0
-2813
lines changed

11 files changed

+0
-2813
lines changed

circ_blocks/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ poly = ["rug-polynomial"]
8181
spartan = ["r1cs", "dep:spartan", "curve25519-dalek", "bincode", "gmp-mpfr-sys"]
8282
bellman = ["r1cs", "dep:bellman", "ff", "group", "pairing", "serde_bytes", "bincode", "gmp-mpfr-sys", "byteorder", "rayon"]
8383

84-
[[example]]
85-
name = "circ"
86-
8784
[[example]]
8885
name = "zk"
8986
required-features = ["r1cs"]
@@ -92,10 +89,6 @@ required-features = ["r1cs"]
9289
name = "cp"
9390
required-features = ["bellman", "poly"]
9491

95-
[[example]]
96-
name = "zxi"
97-
required-features = ["smt", "zok"]
98-
9992
[[example]]
10093
name = "zxc"
10194
required-features = ["smt", "zok"]

0 commit comments

Comments
 (0)