A fast and simple in-place implementation of the luhn check algorithm.
Fast and simple in-place implementation of the luhn (mod 10) algorithm.
A simple fast implementation of the Luhn algorithm.
A fast and simple in-place implementation of the luhn check algorithm in Ruby using a C extension.