luhn_ex icon indicating copy to clipboard operation
luhn_ex copied to clipboard

add ability to calculate or append check digits

Open DanielDent opened this issue 5 years ago • 0 comments

FWIW, while I did this I enabled doctests. I noticed that you've got an existing doctest which isn't passing -- 0x1580BB2EA8875 gets treated as the same as 378282246310005, but appears to otherwise be an example of base 16 use.

power_assert is also causing deprecation warnings & I left that alone too.

DanielDent avatar Apr 07 '20 23:04 DanielDent