solovay_strassen 0.1.0

A simple implementation of the Solovay-Strassen primality test.
Documentation
[dependencies.rand]
version = "~0.7.0"

[dependencies.rayon]
version = "~1.2.1"

[package]
authors = ["cjayross <calvinjayross@gmail.com>"]
categories = ["cryptography", "mathematics"]
description = "A simple implementation of the Solovay-Strassen primality test."
edition = "2018"
keywords = ["solovay", "strassen", "prime", "primality", "test"]
license = "MIT"
name = "solovay_strassen"
version = "0.1.0"