Skip to content

s1ssagar/Modular-Exponentiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Modular Exponentiation using python.

Modular Exponentiation is used when we are calculating a^b % m and a, b are very big numbers. We convert b to binary digits and then perform some tasks on it if the bit of digit b is 1.

About

Modular Exponentiation using python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages