[![Latest Version](https://img.shields.io/badge/crates.io-v0.0.0-green.svg)](https://crates.io/crates/rcmath) # rcmath *Rust Cryptography Math* - [x] math: pow - [ ] math: pow_mod - [x] math: div - [x] math: rem - [x] math: div_rem - [ ] math: lcm - [ ] math: gcd - [ ] math: big_num_prime - [ ] math: is_prime - [ ] math: is_odd - [ ] math: is_even *all math function can use all interger type and big_num* ## License This project is licensed under, it's your choice. * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)