3 releases (stable)
Uses old Rust 2015
1.0.1 | Sep 17, 2018 |
---|---|
1.0.0 | Jun 30, 2015 |
0.1.0 | Jun 25, 2015 |
#1226 in Cryptography
192 downloads per month
Used in 2 crates
4KB
Modular Exponentiation
This is a simple crate that performs modular exponentiation
lib.rs
:
Modular Exponentiation
Implementation of a modular exponentiation algorithm based on the algorithm from 'Applied Cryptography'. You can find more details in that book, or on wikipedia.
Dependencies
~475KB