Skip to content

Implementation of various Public Key Algorithms (RSA, Rabin, ElGamal) by using GNU MP library. Part of my university coursework (2013-2019, Information and Communications Systems Engineering, University of the Aegean).

Notifications You must be signed in to change notification settings

kar-dim/ICSD-PKCrypto_Algorithms

Repository files navigation

ICSD PKCrypto Algorithms

encryption

Implementation of various Public Key Algorithms (RSA, Rabin, ElGamal) by using GNU MP library. Part of my university coursework (2013-2019, Information and Communications Systems Engineering, University of the Aegean).

GNU MP can be installed via vcpkg:

git clone https://github.com/Microsoft/vcpkg.git

.\vcpkg\bootstrap-vcpkg.bat

Install GNU MP:

vcpkg install gmp

Integration vcpkg packages with MSBuild projects:

vcpkg integrate install

About

Implementation of various Public Key Algorithms (RSA, Rabin, ElGamal) by using GNU MP library. Part of my university coursework (2013-2019, Information and Communications Systems Engineering, University of the Aegean).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages