organize nizk and scalar modules

This commit is contained in:
Srinath Setty
2020-04-28 11:41:40 -07:00
parent 958e9450db
commit 290bbc0897
6 changed files with 12 additions and 10 deletions

View File

@@ -200,7 +200,7 @@ fn set_duration() -> Criterion {
criterion_group! {
name = benches_spartan;
config = set_duration();
targets = snark_encode_benchmark, snark_prove_benchmark, snark_verify_benchmark
targets = snark_encode_benchmark, snark_prove_benchmark, snark_verify_benchmark, nizk_prove_benchmark, nizk_verify_benchmark
}
criterion_main!(benches_spartan);