Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It makes no sense to use a string "0123456789ABCDEF" when you do all calculating using a modulo 10 divide which only gives the spread from 0 to 9. As we don't need the hex letters we can also drop the check on caps as figures are either upper or lower case.
- Loading branch information