Skip to content

Ne-Ice/ugly_crc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRC

CRC8 module for Elixir

Installation

The package can be installed by adding crc to your list of dependencies in mix.exs:

def deps do
  [
    {:crc, git: "https://github.com/Ne-Ice/ugly_crc", tag: "0.1.0" }
  ]
end

Usage

CRC.crc8(<<binary_data>>)
CRC.crc8_maxim(<<binary_data>>)
CRC.crc8_cdma2000(<<binary_data>>)

About

CRC module for Elixir

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages