Hi
So I have a CRC polynomial x3 + x1 + 1 on a letter 'P' I need to divide the binary code of 'P' by the polynomial But I'm stuck at this point..
0 1 0 1 0 0 0 0 000 | 1 0 1 1
1 0 1 1 |
--------- |
1 1 1 0 0
? 1 0 1 1
I don't understand what to do with the 1 in front?
Does someone know an answer here?