/// # math module /// /// funcionality for math things. Contains tedious algorithms like binary exponentiation. pub mod modexp;