After taking my discrete structure course, I became interested in the RSA algorithm.
I attempted to implement my own version of the RSA aglorithm as a hash function.
Using the hash function, I attempted to implement a hash table.
It was designed to be used for password encryption and decryption on other projects.
The final project could not be complete due to the constraints on memory required to correctly run the algorithm at the time.
Overall, I enjoyed working this project because it gave me a opportunity to try to utilize some of the materials that I learned
in class.