pub fn unsafe_checksum(
errors: &mut Vec<SourceInfoError>,
line: usize,
digest: &str,
)
Expand description
Creates a parse error for unsafe checksums.
Checksums that are considered cryptographically unsafe are marked as such on the
alpm_types::Checksum
struct.