pub fn hash_stdin(algo: HashAlgorithm) -> Result<String>Expand description
Hash stdin. Reads all data first, then hashes in one pass for optimal throughput.
pub fn hash_stdin(algo: HashAlgorithm) -> Result<String>Hash stdin. Reads all data first, then hashes in one pass for optimal throughput.