Skip to content

luhnmod10/zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luhn (Mod 10)

Go docs

A fast and simple in-place implementation of the luhn check algorithm in Zig. Implementations in other languages can be found at github.com/luhnmod10.

Usage

const luhnmod10 = @import("path/to/luhnmod10/src/lib.zig");
const valid = luhnmod10.valid("4242424242424242");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages