File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1074,7 +1074,6 @@ impl<
10741074 account_tree_params,
10751075 account_comm_key. clone ( ) ,
10761076 ) ?;
1077- eprintln ! ( "Partial proof verified, contributing auth proof to challenge..." ) ;
10781077
10791078 let challenge_h_v = even_verifier
10801079 . transcript ( )
@@ -1088,7 +1087,6 @@ impl<
10881087 . copied ( )
10891088 . collect ( ) ;
10901089
1091- eprintln ! ( "Verifying auth proof..." ) ;
10921090 self . auth_proof . verify (
10931091 issuer_aff_pk,
10941092 issuer_enc_pk,
@@ -1108,7 +1106,6 @@ impl<
11081106 . transcript ( )
11091107 . challenge_scalar :: < F0 > ( TXN_CHALLENGE_LABEL ) ;
11101108
1111- eprintln ! ( "Verifying partial proof with final challenge..." ) ;
11121109 self . partial
11131110 . verify_with_challenge :: < Parameters0 , Parameters1 > (
11141111 issuer_aff_pk,
@@ -1128,7 +1125,6 @@ impl<
11281125 Error :: ProofVerificationError ( "R1CS proof is missing" . to_string ( ) )
11291126 } ) ?;
11301127
1131- eprintln ! ( "Verifying R1CS proof with RNG..." ) ;
11321128 let ( even_tuple, odd_tuple) = get_verification_tuples_with_rng (
11331129 even_verifier,
11341130 odd_verifier,
You can’t perform that action at this time.
0 commit comments