Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

This is the documentation page for Module:Verhoeff

This module implements the Verhoeff check digit algorithm in Lua.

Usage

verhoeff_gen(str)

Generates a Verhoeff algorithm check digit for str and returns the digit string with check digit appended.

verhoeff_verify(str)

Verifies the check digit at the end of str according to the Verhoeff algorithm, returning true iff successful.