Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 369 Bytes

Performant and straight-forward implementation of verhoeff checksum algorithm

Usage

const verhoeff = requite("verhoeff")

let ok = verhoeff.Validate("00123014764700968325")

let digit = verhoeff.Digit("x")

let signed = verhoeff.Generate("1")

Resources