/// # math module /// /// Funcionality for math things. Contains tedious algorithms like binary exponentiation. /// /// ___ /// Author: Christoph J. Scherr /// License: MIT /// Source: pub mod modexp; pub mod pm1; pub mod modred; pub mod gallois;