Source: node-miller-rabin Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Priority: optional Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper (>= 12~), dh-buildinfo, nodejs (>= 4.7), dpkg-dev (>= 1.17.14), node-brorand , node-bn.js , mocha , pkg-js-tools Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/js-team/node-miller-rabin Vcs-Git: https://salsa.debian.org/js-team/node-miller-rabin.git Homepage: https://github.com/indutny/miller-rabin Package: node-miller-rabin Architecture: all Depends: ${misc:Depends}, nodejs (>= 4.7), node-brorand, node-bn.js Description: Miller Rabin algorithm for primality test This a pure javascript implementation of Miller Rabin primality test. . The Miller–Rabin primality test or Rabin–Miller primality test is a primality test: an algorithm which determines whether a given number is prime. . Like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that is tested for primality. . Node.js is an event-based server-side JavaScript engine.