Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 308 Bytes

Performant and straight-forward implementation of damm checksum algorithm

Usage

import damm

ok = damm.Validate("00123014764700968325")

digit = damm.Digit("x")

signed = damm.Generate("1")

Resources