1.0.1 • Published 6 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-test
Usage
import isPrime from 'crypto-prime-test';
// Let's check if a number is prime for sure, deterministically
isPrime ( 465207927154668043n ); // => true
isPrime ( 465207927154668041n ); // => false
License
MIT © Fabio Spampinato