Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 615 Bytes

File metadata and controls

33 lines (19 loc) · 615 Bytes

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')))