Elgamal encrypted text hidden within pixels of images
-
Updated
Jan 16, 2018 - Python
Elgamal encrypted text hidden within pixels of images
Whitman College Math Senior Project 2018
A set of data structures and algorithms I have implemented for fun. Most of the algorithms are just tested for functionality using toy examples.
A collection of algorithms related to prime numbers
Collection of several small tools. These tools stay here temporarily and may move to other major repositories as they evolve.
A python script that would check the primality of positive integers.
visited algorithms explanation and code
Information security lab - 7th semester
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.
Functions in Python doing prime stuff.
Implementation of the AKS primality test in python
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.
Generate Euler Shift Primes
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."