We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3c3f8 commit 52cf1cdCopy full SHA for 52cf1cd
Maths/LuhnAlgorithm.js
@@ -5,6 +5,7 @@
5
* If it is, the credit card number is considered valid.
6
* The Luhn algorithm is widely used in credit card verification and is specified in ISO/IEC 7812-1.
7
* It is not intended to be a cryptographically secure hash function but rather a simple method to detect accidental errors, not malicious attacks.
8
+ * https://en.wikipedia.org/wiki/Luhn_algorithm
9
*/
10
11
// Valid credit card numbers
0 commit comments