From 1388c0a55e0b0a17c8d40730fa7c6fa522b60fa5 Mon Sep 17 00:00:00 2001 From: Kobi Gurkan Date: Wed, 4 Sep 2019 15:54:48 +0300 Subject: [PATCH] removes debug prints --- powersoftau/src/bin/verify.rs | 9 ++------- powersoftau/test.sh | 1 + 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/powersoftau/src/bin/verify.rs b/powersoftau/src/bin/verify.rs index 4ff14c6..283c055 100644 --- a/powersoftau/src/bin/verify.rs +++ b/powersoftau/src/bin/verify.rs @@ -162,7 +162,7 @@ fn new_accumulator_for_verify() -> BachedAccumulator::read::(&response_readable_map, UseCompression::Yes).unwrap(); // Compute the hash of the response file. (we had it in uncompressed // form in the transcript, but the response file is compressed to save @@ -257,8 +254,6 @@ fn main() { &last_challenge_file_hash ); - println!("last response file hash: {}", into_hex(&last_response_file_hash)); - // Verify the transformation from the previous accumulator to the new // one. This also verifies the correctness of the accumulators and the // public keys, with respect to the transcript so far. @@ -306,7 +301,7 @@ fn main() { .map(|e| Point(e.into_projective())) .collect() ).unwrap(); - + let mut g1_beta_coeffs = EvaluationDomain::from_coeffs( current_accumulator.beta_tau_powers_g1[0..degree].iter() .map(|e| Point(e.into_projective())) diff --git a/powersoftau/test.sh b/powersoftau/test.sh index e5e9eca..9493854 100755 --- a/powersoftau/test.sh +++ b/powersoftau/test.sh @@ -5,6 +5,7 @@ rm response rm new_challenge rm challenge_old rm response_old +rm phase1radix* cargo run --release --bin new_constrained cargo run --release --bin compute_constrained