Skip to content

Implementation of the Miller-Rabin primality test algorithm

Notifications You must be signed in to change notification settings

tomershay100/Miller-Rabin-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Miller-Rabin-Algorithm

Implementation of the Miller-Rabin algorithm that receives a suspicious number n and number of rounds of testing to perform k, will most likely return true the number n is indeed prime and false if it is certainly not prime.

The algorithm is a Monte-Carlo algorithm whose the correctness of return value true is 1 / (4 ^ k). The algorithm and its mainly use in the RSA encryption method were taught in the "Algebraic Structure" course.

About

Implementation of the Miller-Rabin primality test algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages