5 lines
128 B
Rust
5 lines
128 B
Rust
|
/// # math module
|
||
|
///
|
||
|
/// funcionality for math things. Contains tedious algorithms like binary exponentiation.
|
||
|
pub mod modexp;
|