1.0.1 • Published 6 months ago

crypto-prime-test v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

1.0.1

6 months ago

1.0.0

2 years ago