pub fn validate_checksum<const N: usize>(
    stream: impl Read,
    chksum: &Chksum
) -> Result<bool, Error>
Available on crate feature local only.
Expand description

Ensures the specified stream’s sha-256 matches the specified checksum