You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println!("{}",Colour::Yellow.paint(format!("The name {} is reserved in Circom when using de --c flag. The files generated for your circuit will use the name {}_c instead of {}.", file_name, file_name, file_name)));
61
+
file_name = format!("{}_c", file_name)
62
+
};
55
63
let output_c_path = Input::build_folder(&output_path,&file_name,CPP);
56
64
let output_js_path = Input::build_folder(&output_path,&file_name,JS);
57
65
let o_style = input_processing::get_simplification_style(&matches)?;
0 commit comments