Function tame_index::index::local::validate_checksum

source ·
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