@hackage luhn0.3
An implementation of Luhn's check digit algorithm.
Categories
License
BSD-3-Clause
Maintainer
opensource@elsie.org.uk
Links
Versions
Installation
Dependencies (3)
- QuickCheck <3
- base >=4 && <5
- digits <1 Show all…
Dependents (1)
@hackage/acme-everything
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.