Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/external/bsd/luhn



Module Name:    othersrc
Committed By:   agc
Date:           Fri Apr  5 04:42:28 UTC 2013

Update of /cvsroot/othersrc/external/bsd/luhn
In directory ivanova.netbsd.org:/tmp/cvs-serv6820

Log Message:
Import Luhn check digit calculation library and utility to othersrc. 
Luhn check digits are used in many things, including credit card
numbers, IMEI numbers, National Provider Identifier numbers in US and
Canadian Social Insurance Numbers, The Luhn check digits can be used
to determine quickly if a number has been changed in transcribing, for
example.

This directory contains libluhn(3) and luhn(1), a small utility based
on the library, which calculates check digits on the command line.

More information can be found on Luhn digits in:

        http://en.wikipedia.org/wiki/Luhn_algorithm
        http://en.wikipedia.org/wiki/ISO/IEC_7812


Status:

Vendor Tag:     CROOKS
Release Tags:   luhn-base
                
N othersrc/external/bsd/luhn/Makefile
N othersrc/external/bsd/luhn/dist/libluhn.3
N othersrc/external/bsd/luhn/dist/Makefile
N othersrc/external/bsd/luhn/dist/expected
N othersrc/external/bsd/luhn/dist/luhn.c
N othersrc/external/bsd/luhn/dist/luhn.h
N othersrc/external/bsd/luhn/dist/main.c
N othersrc/external/bsd/luhn/dist/luhn.1
N othersrc/external/bsd/luhn/bin/Makefile
N othersrc/external/bsd/luhn/lib/shlib_version
N othersrc/external/bsd/luhn/lib/Makefile

No conflicts created by this import




Home | Main Index | Thread Index | Old Index