@kota-yata/miller-rabin
v1.0.0
Published
TypeScript implementation of a probabilistic primality testing on the basis of Fermat's Little Theorem and Miller Rabin Theorem
Downloads
3
Readme
Miller-Rabin Primality Test
TypeScript implementation of a probabilistic primality testing on the basis of Fermat's Little Theorem and Miller Rabin Theorem
Test
yarn install
yarn test
Only tests for the power function and the main one are written