Skip to content

SaiCharith/Crypto-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Crypto-Package

This is an implementation of various functionalities like Modular exponentiation, Modular Inverse, Discrete Logarithm and RSA encryption-decryption

Implemented Modular Exponentiation in logarithmic order

Modular inverse using Euclid’s method of finding GCD

Discrete log using the Baby-step Giant-step algorithm

RSA encryption-decryption in C++

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages