Skip to content

Commit

Permalink
Cleaned up GitHub + LaTeX a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Oct 23, 2024
1 parent 0d13876 commit 647fa43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ You can describe this mathematically in [GF(2)][gf2] (the extra
$x^{\left|P(x)\right|}$ represents shifting the message to make space for
the CRC), but the above example is probably easier to understand:

$$
``` math
C(x) = M(x) x^{\left|P(x)\right|} - (M(x) x^{\left|P(x)\right|} \bmod P(x))
$$
```

The neat thing is that this remainder operation does a real good job of
mixing up all the bits. So if you choose a good CRC polynomial, it's very
Expand Down

0 comments on commit 647fa43

Please sign in to comment.