CRC32_RK (community library)

Summary

Name Value
Name CRC32_RK
Version 0.0.1
Installs
License MIT
Author Rick Kaseguma rickkas7@rickkas7.com
URL https://github.com/particle-iot/CRC32_RK
Repository https://github.com/particle-iot/CRC32_RK.git
Download .tar.gz

CRC32 implementation for Particle devices

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

CRC32_RK

Implementation of crc32 algorithm for Particle devices

This library calculate CRC32 (32-bit Cyclic Redundancy Check). It uses the polynomial and other parameters as in gzip.

  • License: MIT
  • Repository: https://github.com/rickkas7/CRC32_RK
  • Full browseable API docs

Features:

  • Works with text or binary data
  • Supports calculating for a single buffer or multiple buffers
  • See the example 1-simple.cpp for example usage.
  • Compatible with gzip-style crc32.
  • If you need a compatible version for node.js, see the crc package in NPM.

Browse Library Files