Given 2 bytes of data, let say I've 2 bit error.
Which one will be the best to use to detect the error?
1D parity bit where one bit is computed for every byte in the data,
or
8 bit checksum computed from every byte in the data,
or
CRC 8 scheme with generator 100000001