Sfoglia il codice sorgente

Don't automatically output the generated sigma_compiler! macro at compile time

You can now use the cmz_core binary to see the generated code
Ian Goldberg 1 mese fa
parent
commit
b592bd3a9e
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      cmz_core/src/lib.rs

+ 0 - 2
cmz_core/src/lib.rs

@@ -1559,7 +1559,6 @@ pub fn cmz_core(
             }
         }
     };
-    println!("cli_proof = {cli_proof}");
 
     // The issuer's zero-knowledge proof
     let iss_sigma_compiler_macro = if emit_client && emit_issuer {
@@ -1583,7 +1582,6 @@ pub fn cmz_core(
             }
         }
     };
-    println!("iss_proof = {iss_proof}");
 
     // The argument list for the client's prepare function.  There is an
     // immutable reference for each credential to be shown, and an owned