Skip to content

Commit

Permalink
add support for 8 bit CRCs (#5)
Browse files Browse the repository at this point in the history
* add support for 8 bit CRCs

* added tests for 8 bit CRCs

---------

Co-authored-by: Jun Luo <[email protected]>
  • Loading branch information
t-jmoll and overcat committed Jan 2, 2024
1 parent ca842e8 commit 610184b
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fastcrc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import crc16, crc32, crc64
from . import crc8, crc16, crc32, crc64
from .__info__ import (
__author__,
__author_email__,
Expand Down
Loading

0 comments on commit 610184b

Please sign in to comment.