Skip to content

konsaranto/modular_exponentiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Overview

A python3 script to perform modular exponentiation.

Usage

modular_exponentiation.py x^ymodk
  • x: the base (x>0)
  • y: the exponent (y>0)
  • k: the divisor (k>0)

Contact Information

Konstantinos Sarantopoulos
[email protected]

About

A python3 script to perform modular exponentiation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages