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