prime-generator
There are 26 repositories under prime-generator topic.
Open-NET-Libraries/Open.Numeric.Primes
Methods and extensions for prime number detection and discovery.
johsteffens/qprimes
Prime Number Generator - Fast and Simple - 64 Bit Numeric Range
victor-armegioiu/ElGamal-Encrypted-Text-Hidden-via-Steganography
Elgamal encrypted text hidden within pixels of images
BaseMax/isPrime
Sample code and project to calculate or check the prime numbers.
garciparedes/HilosPrimos
Classwork to learn multi-thread processing on C language
raklaptudirm/itp
Generate beautiful Prime Numbers from Images
CarloWood/fastprimes
Fast small primes generator
disabel1a/SCHNORR
Claus Schnorr protocol (user identification). Alice-Bob model.
exc-jdbi/BigPrimeGenerators
A very fast async parallel generator for big/large prime numbers. Several prime numbers can be generated simultaneously via the bit or digit length.
gkvong/PrimeStuff
Functions in Python doing prime stuff.
HieuPham2000/GenerateBigPrime
Generate big prime. Generate a 3072-bit prime number which is checked by Rabin Miller algorithm (with some preprocessing)
js42721/eratosthemus-prime
Fast prime generator
scottwillmoore/rust-primer
Learning rust through the implementation of prime generation.
Digitalsignature/PrGlib
Generate strong prime for RSA
johsteffens/primes
Simple prime generator in C, Python and Actinon
podkidyshev/crypto_protocols
Saratov State University, CSIT. Discipline "cryptographic protocols" (криптографические протоколы, rus)
tfpf/project-euler
My solutions to some Project Euler problems. Emphasis on elegance (where possible) and performance.
VarunKhambhata/UltraFastPrimeAssestment
Fastest algorithm to check or generate prime numbers.
AntonUden/Prime-number-finder
Finds all prime numbers below the input value
harmim/vut-kry-project2
Cryptography - Project - RSA
ojoaosoares/Sieve-of-Eratosthenes
Eratosthenes prime number generator method
paulchen2713/Rabin
COM 5335 Network Security Assignment #3 - Miller-Rabin primality test and Rabin Public-Key Cryptosystem
tfpf/sieve-of-atkin
Prime sieve impementation.
ywChen-NTUST/RSA
Information security hw. Implement the RSA encrypt and decrypt algorithm.