You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")