pub fn validate_blob(data: &[u8]) -> Result<bool, WireFormatError>Expand description
Verify magic, version, and content hash of a wire-format blob.
Returns Ok(true) if valid, or an error describing the first problem found.
pub fn validate_blob(data: &[u8]) -> Result<bool, WireFormatError>Verify magic, version, and content hash of a wire-format blob.
Returns Ok(true) if valid, or an error describing the first problem found.