#modular #exponentiation #find #performs #perform

mod_exp

Crate for doing modular exponentiation efficiently

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

#1291 in Cryptography

Download history 97/week @ 2023-11-20 174/week @ 2023-11-27 231/week @ 2023-12-04 306/week @ 2023-12-11 434/week @ 2023-12-18 59/week @ 2023-12-25 34/week @ 2024-01-01 54/week @ 2024-01-08 35/week @ 2024-01-15 24/week @ 2024-01-22 16/week @ 2024-01-29 33/week @ 2024-02-05 45/week @ 2024-02-12 73/week @ 2024-02-19 133/week @ 2024-02-26 92/week @ 2024-03-04

352 downloads per month
Used in 2 crates

MIT license

4KB

Modular Exponentiation

Build Status

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