Function alpm::compute_sha256sum

source ·
pub fn compute_sha256sum<S: Into<Vec<u8>>>(
    s: S
) -> Result<String, ChecksumError>