Skip to content

vid2010/crc_itu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

crc_itu implementation in elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages