@hackage luhn0.3

An implementation of Luhn's check digit algorithm.

An implementation of Luhn's check digit algorithm. This is a simple algorithm used to validate a variety of identification numbers, such as credit card numbers. See http://en.wikipedia.org/wiki/Luhn_algorithm for more details.