CRC-ITU
This module is used to calculate CRC (Cyclic Redundancy Check) values for binary data. It uses the CRC-ITU
algorithm for the crc
calculation.
Installation
If available in Hex, the package can be installed
by adding crc_itu
to your list of dependencies in mix.exs
:
def deps do
[
{:crc_itu, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/crc_itu.
Usage
iex(1)> CRCITU.crc_itu("05010001")
"D9DC"