aks 0.1.1

A fast implementation of the AKS primality test.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Bernardo Meurer <meurerbernardo@gmail.com>"]
categories = ["algorithms", "science"]
description = "A fast implementation of the AKS primality test."
keywords = ["AKS", "primality", "test", "primes", "fast"]
license = "BSD-3-Clause"
license-file = "./LICENSE"
name = "aks"
readme = "./README.md"
repository = "https://github.com/bemeurer/aks"
version = "0.1.1"