RSA Encryption Algorithm
-
Updated
Mar 24, 2024 - MATLAB
RSA Encryption Algorithm
🔏 CryptoQuail in different programming languages.
A modular cryptography engine implementing an optimized ElGamal pipeline with large-prime generation, block-level file encryption, and multithreaded acceleration. Demonstrates practical skills in number theory, security engineering, performance optimization, and high-throughput Python system design
Library of Python functions to work with large prime numbers
Generate big prime. Generate a 3072-bit prime number which is checked by Rabin Miller algorithm (with some preprocessing)
Implemenation of Fast prime generation algorithms using proposed GCD test on mobile smart devices research paper.
High performance palindromic prime number generator
Eratosthenes prime number generator method
Add a description, image, and links to the prime-generation-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the prime-generation-algorithms topic, visit your repo's landing page and select "manage topics."