Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 336 Bytes

Performant and straight-forward implementation of verhoeff checksum algorithm

Usage

import verhoeff

ok = verhoeff.Validate("00123014764700968325")

digit = verhoeff.Digit("x")

signed = verhoeff.Generate("1")

Resources