Agent009 / motoko-crc

The CRC Package

Home Page:https://sdk.dfinity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The CRC Package

Build Status

This package implements cyclic redundancy checks for the Motoko programming language.

Prerequisites

Usage

Calculate an 8-bit cyclic redundancy check.

public func crc8(data : [Word8]) : Word8

Calculate a 32-bit cyclic redundancy check.

public func crc32(data : [Nat8]) : [Nat8]

About

The CRC Package

https://sdk.dfinity.org

License:Apache License 2.0


Languages

Language:Modelica 96.9%Language:Shell 3.1%