luhncalc-1.0.1 is not a library.
luhncalc
Luhn Calculator is a command-line utility to quickly validate a digit sequence using Luhn algorithm and calculate the next validation digit to be appended to the digit sequence to make whole sequence valid.
How to use
Validate the following invalid digit sequence 1234567890
:
> luhncalc
Validate the following valid digit sequence 12345678903
:
> luhncalc
License
This project is licensed under either of
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-20 license, shall be dual licensed as above, without any additional terms or conditions.