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
14
15
[package]
name = "aks"
version = "0.1.1"
authors = ["Bernardo Meurer <meurerbernardo@gmail.com>"]
description = "A fast implementation of the AKS primality test."
repository = "https://github.com/bemeurer/aks"
readme = "./README.md"
keywords = ["AKS", "primality", "test", "primes", "fast"]
categories = ["algorithms", "science"]
license = "BSD-3-Clause"
license-file = "./LICENSE"
maintenance = { status = "actively-developed" }


[dependencies]