ibnaleem / luhn-algorithm

C++ implementation of Luhn's algorithm for validating credit card numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luhn Algorithm

The Luhn algorithm, also called the modulus 10 or mod 10 algorithm, validates various identification numbers like credit card and IMEI numbers. This repository is a C++ implementation of the Luhn algorithm.

About

C++ implementation of Luhn's algorithm for validating credit card numbers.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%