pub fn print_hash( out: &mut impl Write, hash: &str, filename: &str, binary: bool, ) -> Result<()>
Print hash result in GNU format: “hash filename\n” Uses raw byte writes to avoid std::fmt overhead.