/crc-js

Primary LanguageJavaScriptMIT LicenseMIT

crc-js

Build Status

Several common CRC instance predefined and available from a list. Furthermore, the definition of own CRC instances is supported by specifying:

  1. Width of CRC (8, 16 or 32 bit)
  2. Polynomial
  3. Initial CRC value
  4. Final XOR value
  5. Input reflected
  6. Result reflected