verify_crc

Function verify_crc 

Source
pub fn verify_crc(data: &[u8], expected_crc: u64) -> bool
Expand description

Verify CRC64 checksum

§Arguments

  • data - Byte slice to verify
  • expected_crc - Expected CRC value

§Returns

true if CRC matches, false otherwise