kota-yata / miller-rabin

Miller Rabin Primality Test in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Miller Rabin Primality Test in TypeScript


Languages

Language:TypeScript 65.4%Language:JavaScript 34.6%