node-miller-rabin 4.0.0-1 source package in Ubuntu

Changelog

node-miller-rabin (4.0.0-1) unstable; urgency=low

  * Initial release (Closes: #860331).
  * Do not package /usr/bin/miller-rabin.

 -- Bastien Roucariès <email address hidden>  Mon, 17 Apr 2017 14:05:03 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-miller-rabin_4.0.0-1.dsc 2.2 KiB 1c989a531e7326dd6bfa7457be359f0324a7e79dbc5f60d2b547a33caee4e3b9
node-miller-rabin_4.0.0.orig.tar.gz 2.6 KiB 3616095c84c1be6942f11f59122de59da65f144a4463fd8389ece42a05f439f1
node-miller-rabin_4.0.0-1.debian.tar.xz 3.0 KiB a2c036767469021cc631138fa19c7fa79d0cd790867e37423b9ec1a7e327e54e

No changes file available.

Binary packages built by this source

node-miller-rabin: 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.