C-style arbitrary precision calculator
-
Updated
Aug 9, 2024 - C
C-style arbitrary precision calculator
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Integer Factorization Approaches with JavaScript
Information security lab - 7th semester
Software to perform the LLR test with GNU MP, proving the primality of Riesel numbers of the form h*2^n-1
Software to perform the LLR test, proving the primality of Riesel numbers of the form h*2^n-1.
EPR: A Factoring and Primality checking library for C++
All you need to save time :p
Elgamal encrypted text hidden within pixels of images
Pocklington's criterion for primality in Coq [maintainer=@Casteran]
Verified primes of the form h*2^n-1 where h < 2^n
A simple Lucas-Lehmer primality test implementation for C++
Collection of several small tools. These tools stay here temporarily and may move to other major repositories as they evolve.
Implementation of the AKS primality test in python
Functions in Python doing prime stuff.
A very fast async parallel generator for big/large prime numbers. Several prime numbers can be generated simultaneously via the bit or digit length.
A set of data structures and algorithms I have implemented for fun. Most of the algorithms are just tested for functionality using toy examples.
Very long integer class and some methods for it
Studying the quality of different primality tests and finding ways to reduce pseudoprimes
Add a description, image, and links to the primality-testing topic page so that developers can more easily learn about it.
To associate your repository with the primality-testing topic, visit your repo's landing page and select "manage topics."