#modular #exponentiation #find #book #wikipedia

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

#1352 in Cryptography

Download history 220/week @ 2024-11-30 281/week @ 2024-12-07 374/week @ 2024-12-14 250/week @ 2024-12-21 18/week @ 2024-12-28 70/week @ 2025-01-04 146/week @ 2025-01-11 101/week @ 2025-01-18 53/week @ 2025-01-25 100/week @ 2025-02-01 165/week @ 2025-02-08 92/week @ 2025-02-15 119/week @ 2025-02-22 81/week @ 2025-03-01 84/week @ 2025-03-08 105/week @ 2025-03-15

398 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

~470KB