Tool/software:
Hi,
How do I calculate the CRC64 of data that is not a multiple of 64 bits? For example, I want to caluclate the CRC of following 10 bytes data
data = {0x00, 0x01, 0x02, 0x03, 0x04, 0x07, 0x08, 0x90, 0x12, 0x13}
What should I set src_data_pat and data_length fields to in crcModConfig_t structure?
Ravi