Checkdigit

Hex.pmGitHub

Provide check digit algorithms and calculators written in Elixir. (Mostly copied this libraly implemented in Go)

Installation

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

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

Documentation is at https://hexdocs.pm/checkdigit.

Provided methods

Algorithms

Calculators