Skip to content

ak64th/CRC-ITU

Repository files navigation

CRC-ITU Build Status Coverage Status

Installation

Install universal wheel

$ pip install CRC-ITU

Install with cython extension

$ pip install cython
$ pip install --no-binary :all: CRC-ITU

Usage

from crc_itu import crc16
print(hex(crc16(b'your bytes')))

About

A crc-itu implementation with optional optimization extension

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published