Address Clippy warnings

This commit is contained in:
Srinath Setty
2020-04-28 16:47:16 -07:00
parent eb969d5dcf
commit 2bfc333896
18 changed files with 383 additions and 429 deletions

View File

@@ -12,7 +12,7 @@ use merlin::Transcript;
pub fn main() {
// the list of number of variables (and constraints) in an R1CS instance
let inst_sizes = vec![12, 16, 20];
let inst_sizes = vec![10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20];
println!("Profiler:: NIZK");
for &s in inst_sizes.iter() {

View File

@@ -12,7 +12,7 @@ use merlin::Transcript;
pub fn main() {
// the list of number of variables (and constraints) in an R1CS instance
let inst_sizes = vec![12, 16, 20];
let inst_sizes = vec![10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20];
println!("Profiler:: SNARK");
for &s in inst_sizes.iter() {