Algorithms studied during the Cryptography Course
-
Updated
May 19, 2022 - C++
Algorithms studied during the Cryptography Course
Implementation of Ciphers
Used algorithms for prime generation/check (Fermat's test and Miler Rabin's test) to implement discrete logarithm (BSGS), and inverse and exponentiation (Extended Euclid's algorithm). Refer to readme.txt for more details.
Implementation of File to Image Encryption on C++
Add a description, image, and links to the rabin topic page so that developers can more easily learn about it.
To associate your repository with the rabin topic, visit your repo's landing page and select "manage topics."