node-verhoeff
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "node-verhoeff", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Simple implementation of verhoeff checksum algorithm in NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Verhoeff | ||
Simple implementation of verhoeff checksum implentation in node JS. | ||
#### Aadhaar numbers & verhoeff | ||
## Aadhaar numbers & verhoeff | ||
Did you know aadhaar numbers have last digit as a verhoeff checksum. The idea behind this is to quickly identify typing/data-entry errors on the entry machine. | ||
@@ -26,2 +26,2 @@ | ||
For more info on the algorithm: http://en.wikipedia.org/wiki/Verhoeff_algorithm | ||
by | ||
by |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4349