Creates and validates Luhn Mod N check values
Collection of check digit algorithms implemented in JavaScript
Calculates Luhn Mod N check values
A fast Luhn algorithm for validating credit cards
A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm
An implementation of the Paillier cryptosystem using native JS (ECMA 2020) implementation of BigInt
Require and bundle Typescript and Javascript files in NodeJS
The fastest and smallest JavaScript polygon triangulation library for your WebGL apps
A validation module for browsers and Node.js to validate credit card numbers against the luhn algorithm.
Fast 2D concave hull algorithm in JavaScript (generates an outline of a point set)
Implementation of Luhn mod N checkdigit algorithm
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
An implementation of the Unicode Line Breaking Algorithm (UAX #14)
Validation and control key generation for credit cards (and more) using Luhn algorithm
JWA implementation (supports all JWS algorithms)
Implementation of JSON Web Signatures
Fast modular exponentiation function, for numbers and bigints.
Modify colors using the color-mod() function in CSS
Module version of UZIP.js
Streaming Boyer-Moore-Horspool searching for node.js
Fast Splay tree for Node and browser
An implementation of the RDF Dataset Canonicalization algorithm in JavaScript
Fast JavaScript array sorting by implementing Python's Timsort algorithm