luhn_java icon indicating copy to clipboard operation
luhn_java copied to clipboard

Java implementation of Luhn Algorithm, used for Credit card number checksum validation.

Results 1 luhn_java issues
Sort by recently updated
recently updated
newest added

Unless I'm totally missing something in my understanding of the Luhn algorithm I believe your `Luhn.validate(String)` method is incorrect and misleading for anyone who stumbles across this Git repo from...