GPU Mersenne primality test.
-
Updated
Nov 1, 2025 - C++
GPU Mersenne primality test.
Mersenne prime search using integer arithmetic and an IDBWT via an NTT executed on the GPU through OpenCL.
Software to perform the LLR test, proving the primality of Riesel numbers of the form h*2^n-1.
Software to perform the LLR test with GNU MP, proving the primality of Riesel numbers of the form h*2^n-1
A program made to search for Mersenne primes
Verified primes of the form h*2^n-1 where h < 2^n
A simple Lucas-Lehmer primality test implementation for C++
A Javascript Implementation of the Lucas-Lehmer Primality Test for Mersenne Primes
Primality testing and prime factorization utility
Primality test for Mersenne primes (M_{n}=2^{n}-1)
Add a description, image, and links to the lucas-lehmer topic page so that developers can more easily learn about it.
To associate your repository with the lucas-lehmer topic, visit your repo's landing page and select "manage topics."