Skip to content

Commit 7f0baff

Browse files
committed
completely remove: basic verifier in aggregate sig, participant and the feature
1 parent b5aca1d commit 7f0baff

File tree

9 files changed

+0
-746
lines changed

9 files changed

+0
-746
lines changed

mithril-stm/Cargo.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ rug-backend = ["rug/default"]
1919
num-integer-backend = ["dep:num-bigint", "dep:num-rational", "dep:num-traits"]
2020
benchmark-internals = [] # For benchmarking multi_sig
2121
future_proof_system = [] # For activating future proof systems
22-
basic_verifier = [] # For activating basic verifier
2322
future_snark = [
2423
"dep:ff",
2524
"dep:group",
@@ -71,18 +70,6 @@ name = "multi_sig"
7170
harness = false
7271
required-features = ["benchmark-internals"]
7372

74-
[[bench]]
75-
name = "basic_verifier_size"
76-
harness = false
77-
required-features = ["basic_verifier"]
78-
path = "benches/basic_verifier/size.rs"
79-
80-
[[bench]]
81-
name = "basic_verifier_protocol"
82-
harness = false
83-
required-features = ["basic_verifier"]
84-
path = "benches/basic_verifier/protocol.rs"
85-
8673
[[bench]]
8774
name = "schnorr_sig"
8875
harness = false

mithril-stm/benches/basic_verifier/protocol.rs

Lines changed: 0 additions & 95 deletions
This file was deleted.

mithril-stm/benches/basic_verifier/size.rs

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)