1.0.1 • Published 11 months ago
crypto-prime-test v1.0.1
Crypto Prime Test
A function that deterministically checks if a number is prime.
Install
npm install crypto-prime-testUsage
import isPrime from 'crypto-prime-test';
// Let's check if a number is prime for sure, deterministically
isPrime ( 465207927154668043n ); // => true
isPrime ( 465207927154668041n ); // => falseLicense
MIT © Fabio Spampinato