A Go library for checking whether an integer is prime or not, using either the AKS or Miller-Rabin algorithms.
-
Updated
May 22, 2024 - Go
A Go library for checking whether an integer is prime or not, using either the AKS or Miller-Rabin algorithms.
A simple implementation of Miller-Rabin to explore the math (less efficient than the version in the standard library)
Add a description, image, and links to the miller-rabin topic page so that developers can more easily learn about it.
To associate your repository with the miller-rabin topic, visit your repo's landing page and select "manage topics."