plexcryptool/src/math/mod.rs

5 lines
128 B
Rust
Raw Normal View History

2023-05-08 01:20:28 +02:00
/// # math module
///
/// funcionality for math things. Contains tedious algorithms like binary exponentiation.
pub mod modexp;