Rewrite of the implementation
- The Luhn Algorithm implementation has been completely rewritten.
- Added a
NumberInterface
contract in order to properly separate the number with the check digit.
NumberInterface
contract in order to properly separate the number with the check digit.