ExCRC README

A pure Elixir implementation of the CCITT CRC16 checksum algorithm.

Installation

If available in Hex, install the package by adding ex_crc to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_crc, "~> 0.1.0"}
  ]
end

Generate documentation with ExDoc and published on HexDocs. Once published, find the docs at https://hexdocs.pm/ex_crc.