pub fn verify_crc(data: &[u8], expected_crc: u64) -> bool
Verify CRC64 checksum
data
expected_crc
true if CRC matches, false otherwise
true
false