checksum v0.1.0 Checksum.Crc

CRC computation functions

Summary

Functions

calc(params, data)
init(atom)
init(width, poly, init, xor_out, ref_in, ref_out)

Initializes a Crc struct and compute a Crc table

Args:

  • width - This is the width of the algorithm expressed in bits. This is one less than the width of the Poly.
  • poly - Value of the poly (polynomial)
  • init -
  • xor_out -
  • ref_in -
  • ref_out -