pub type CalculateResult = Result<Vec<(Algorithm, Vec<u8>)>, Box<dyn Error>>;
/// For a given path to the input (may be "-" for STDIN), try to obtain a reader for the data within it.
pub type CalculateResult = Result<Vec<(Algorithm, Vec<u8>)>, Box<dyn Error>>;
/// For a given path to the input (may be "-" for STDIN), try to obtain a reader for the data within it.