/miller-rabin

Miller Rabin Primality Test in TypeScript

Primary LanguageTypeScript

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