Skip to content

Commit 52cf1cd

Browse files
HD-40307gHD-40307g
HD-40307g
authored and
HD-40307g
committed
Add URL to LuhnAlgorithm.js
1 parent 2c3c3f8 commit 52cf1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Maths/LuhnAlgorithm.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* If it is, the credit card number is considered valid.
66
* The Luhn algorithm is widely used in credit card verification and is specified in ISO/IEC 7812-1.
77
* 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
89
*/
910

1011
// Valid credit card numbers

0 commit comments

Comments
 (0)