primality-test
There are 58 repositories under primality-test topic.
deutranium/Algorithms
Short explanations and implementations of different algorithms in multiple languages
foo123/Abacus
Advanced Combinatorics and Algebraic Number Theory Symbolic Computation library for JavaScript, Python
ggerganov/ggint
Poor man's big integer arithmetic operations
bitwyre/chebyshev_primality_testing
Chebyshev polynomials of the first kind and primality testing
hanwenzhu/primality-tests
Miller–Rabin primality test in Lean
hurchalla/factoring
EPR: A Factoring and Primality checking library for C++
jp-diegidio/Nan.Numerics.Prime-Prolog
A simple prime number library (in Prolog)
thery/mathcomp-extra
Extra contribution for mathcomp
mertdumenci/libmdrsa
A toy RSA implementation in C using Accelerate.framework
bourinus/Fall
Stable operators of fall.
elmomoilanen/prime-factorization
Prime factorization up to 128 bit integers
AlfreMK/Python-Primes
Functions implementation related to prime numbers in python language
CJEnright/Lucas-Lehmer
An optimized Lucas-Lehmer primality test
IOL0ol1/PrimalityTest
primality test (Miller Rabin) implement by c#, transplantation from https://github.com/coapp-packages/mpir
Miltt/Console
Implementation of popular algorithms and data structures using .NET Core
rattleSSnake/Factorization-Calculator
A prime factorization calculator for the web.
shiningflash/Number-Theory
From basic algorithms like Sieve, Bitwise-sieve, Segmnted-sieve, Modular Arithmetic, Big Mod to Primality test, CRT etc. all other advance number theory algorithms.
dv-extrarius/PrimalityTest
Primality test based on "Extensions in the Theory of Lucas and Lehmer Pseudoprimes"
EstebanSalpeter/PyPrimes
Library of Python functions to work with large prime numbers
FanchenBao/MATH_Miller-Rabin_Primality_Test
A class to conduct Miller-Rabin primality test on any given integer smaller than 2^64-1
h5law/primality
A Go library for checking whether an integer is prime or not, using either the AKS or Miller-Rabin algorithms.
hahaslav/Integer
Very long integer class and some methods for it
husainshaikh895/Basics-and-Data-Structures
Byte sized programmes in python3
IvanovskyOrtega/Cryptography
Implementaciones del algoritmo de encriptación DES en C++ utilizando bitset, usigned char y unsigned int de 64 bits, algoritmo de Euclides, potenciación modular, test de primalidad de Miller-Rabin.
n7geeks/primality-test
School project: Primality test algorithm using Assembly 8086
QuanBlue/miller-rabin
Miller-Rabin probabilistic primality test.
reihan35/1RE01_PRIMALITY_TEST_MINI_PROJECT
Applied Fermat's therory for a primality test for school (freshman year)
ShrohanMohapatra/LaunchpadACT
A series of programs that enable one's investigations in the algebraic complexity theory such as matrix multiplication algorithms, primality tests, algebraic complexity, sorting algorithms etc. Each algorithm is accompanied by a comparative time complexity analysis and a class of test cases and test suites.
username1565/Javascript-Primality-Tester
https://username1565.github.io/Javascript-Primality-Tester/
xayahrainie4793/minimal-elements-of-the-prime-numbers
The minimal elements of the prime numbers which are > b written in the positional numeral system with radix b, as digit strings under the subsequence ordering, for 2 ≤ b ≤ 36
aggpys/NPrime
.Net Standard library that provides primality testing tools and the sieves of the prime numbers
savicente2109/Algebra-Computacional
Prácticas de la asignatura Álgebra Computacional (2023-2024).
carmenabans/Applied-Crypto-and-Security
Implementations of the Data Encryption Standard (DES) and ElGamal encryption algorithms
hnthap/primality
Primality test
vansh-codes/Competitive-Coding-Approaches
Comprehensive repository of competitive coding techniques, featuring key algorithms and problem-solving strategies for dynamic programming, graph theory, sorting, and more.