crypto-random-prime
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Crypto Random Prime

Generate a cryptographically-random probable prime number that passes the Miller-Rabin test with the given number of bits of entropy.

Install

npm install --save crypto-random-prime

Usage

import random from 'crypto-random-prime';

// Generate a 300-bits random prime, performing 64 rounds of Miller-Rabin tests

random ( 300, 64 ); // => 1229897812185405005544550995303702949862219513844036076668441860571526838822977324092558451n

License

MIT © Fabio Spampinato

/crypto-random-prime/

    Package Sidebar

    Install

    npm i crypto-random-prime

    Weekly Downloads

    16

    Version

    1.0.0

    License

    none

    Unpacked Size

    4.64 kB

    Total Files

    10

    Last publish

    Collaborators

    • fabiospampinato