polyorbite_crc 0.1.0

A library for CRC calculations
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 3.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • diegocam1246

Polyorbite CRC

polyorbite_crc_check is a collection of utilities that implements a simple CRC. It validates a bit package assuming that the receiver is aware of the polynomial needed for the CRC. It also generates a valid remainder for the sender to append at the end of the package, so that the receiver can validate the package on his side.