Skip to main content

A universal CRC (8, 16, 32 or 64) computation tool

Project description

Universal CRC

The goal of this project is to provide a simple and universal CRC computation tool, allowing the user to freely choose any of the parameters.

Installation

Install universalCRC

$ pip install universal-crc

Usage

To use custom parameters :

from universalCRC import crc
CRC = crc.compute_CRC("111213141516171819",0x07,0x00,0x00,8,False,False)

To use predefined parameters :

from universalCRC import crc
CRC = crc.compute_CRC("111213141516171819",preset = "DARC")

Project details


Release history Release notifications | RSS feed

This version

0.8

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

universal-crc-0.8.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

universal_crc-0.8-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page