Skip to content

Commit

Permalink
Add URL to LuhnAlgorithm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HD-40307g committed Dec 20, 2024
1 parent 2c3c3f8 commit 52cf1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Maths/LuhnAlgorithm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* If it is, the credit card number is considered valid.
* The Luhn algorithm is widely used in credit card verification and is specified in ISO/IEC 7812-1.
* It is not intended to be a cryptographically secure hash function but rather a simple method to detect accidental errors, not malicious attacks.
* https://en.wikipedia.org/wiki/Luhn_algorithm
*/

// Valid credit card numbers
Expand Down

0 comments on commit 52cf1cd

Please sign in to comment.