Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove authored Oct 11, 2020
1 parent e38c912 commit 8d8b252
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ CRC Table Generator

Generates CRC lookup tables for common CRC algorithms for 8, 16, 32 and 64 bit CRCs.

**Example**

Generate the lookup table for CRC8 CCITT
crc-table crc8-ccitt

**Currently generates tables for:-**

crc8-ccitt<br>
Expand Down Expand Up @@ -53,4 +58,4 @@ crc32-xfr<br>
crc32-c<br>
crc32-d<br>
<br>
crc64-ecma<br>
crc64-ecma<br>

0 comments on commit 8d8b252

Please sign in to comment.