Bug 82650 - New Port: devel/p5-Algorithm/LUHN
Summary: New Port: devel/p5-Algorithm/LUHN
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-25 20:00 UTC by Aaron Dalton
Modified: 2005-06-29 23:15 UTC (History)
0 users

See Also:


Attachments
submission.txt (2.41 KB, text/plain)
2005-06-25 20:00 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton 2005-06-25 20:00:28 UTC
This module calculates the Modulus 10 Double Add Double checksum, also 
known as the LUHN Formula. This algorithm is used to verify credit card 
numbers and Standard & Poor's security identifiers such as CUSIP's and 
CSIN's.

You can find plenty of information about the algorithm by searching the 
web for "modulus 10 double add double".
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-29 20:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-29 23:15:38 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks!