primality
There are 15 repositories under primality topic.
hurchalla/factoring
EPR: A Factoring and Primality checking library for C++
MakisChristou/primerug
A prime k-tuple finder based on the rug crate.
stdlib-js/assert-is-prime
Test if a value is a prime number.
JASory/machine-prime
ne plus ultra primality testing for machine-sized integers
DrPeterVanNostrand/miller-rabin-biguint
An implementation of the Miller-Rabin primality test for `num_bigint::BigUint`
fabiospampinato/crypto-miller-rabin
Implementation of the Miller-Rabin primality test.
stdlib-js/assert-is-composite
Test if a value is a composite number.
stdlib-js/math-base-assert-is-composite
Test if a number is composite.
stdlib-js/math-base-assert-is-prime
Test if a number is prime.
DeltaZero/Primality-Tester
A python script that would check the primality of positive integers.
faycalki/primality_test_using_millers_test
Simply put, this program is a primality test program, it tests whether a number you input is prime or not using one of today's most modern efficient methods of primality testing: miller's test.
ntaff/Quick_Maths
Maths stuff, including cryptographic attacks implementations, and others useful algorithms
Xwarli/EDP
Generate Euler Shift Primes
Greg-2600/primality
Discover prime numbers without math
Heisenberk/solovay-primality
Implementation of Solovay-Strassen Test Primality with GMP