Crate mod_exp[][src]

Modular Exponentiation

Implementation of a modular exponentiation algorithm based on the algorithm from 'Applied Cryptography'. You can find more details in that book, or on wikipedia.

Functions

mod_exp

Performs the exponentiation