pub fn compute_digest<R: Read>(input: &mut R) -> Result<String, Error>
Compute the SHA-1 hash for bytes read from a source and encode it as a Base32 string.