[][src]Crate solovay_strassen

A simple implementation of the Solovay-Strassen primality test.

Quick Start

Import the prime module, contained within are two functions:

  • solovay_strassen
  • is_prime

Modules

prime