Skip to content

Commit 647fa43

Browse files
committed
Cleaned up GitHub + LaTeX a little bit
1 parent 0d13876 commit 647fa43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ You can describe this mathematically in [GF(2)][gf2] (the extra
134134
$x^{\left|P(x)\right|}$ represents shifting the message to make space for
135135
the CRC), but the above example is probably easier to understand:
136136

137-
$$
137+
``` math
138138
C(x) = M(x) x^{\left|P(x)\right|} - (M(x) x^{\left|P(x)\right|} \bmod P(x))
139-
$$
139+
```
140140

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

0 commit comments

Comments
 (0)