Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 365 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 365 Bytes

Damm Checksums

Numeric implementations of Damm Checksum in Python and C.

Every implementation of the Damm Checksum I could find were turning the number to be checksummed into a string and then looping over the characters. This is my attempt at writing purely numeric implementations in Python and C.