Skip to content

Fast and simple modular exponentiation library written in C

Notifications You must be signed in to change notification settings

christiandaley/modexpo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modexpo

Fast and simple modular exponentiation frunction written in c To use, simply add modexpo.h and modexpo.c to your source files

Note: For extremely large inuputs, the result will be incorrect because an overflow occur. This should not be a problem for bases, exponents, and divisors smaller than a few billion or so.

About

Fast and simple modular exponentiation library written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published