#exponentiation #exp #mod-exp

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

#1552 in Cryptography

Download history 320/week @ 2024-12-17 142/week @ 2024-12-24 54/week @ 2024-12-31 79/week @ 2025-01-07 143/week @ 2025-01-14 83/week @ 2025-01-21 60/week @ 2025-01-28 140/week @ 2025-02-04 164/week @ 2025-02-11 67/week @ 2025-02-18 121/week @ 2025-02-25 47/week @ 2025-03-04 124/week @ 2025-03-11 82/week @ 2025-03-18 160/week @ 2025-03-25 215/week @ 2025-04-01

582 downloads per month
Used in 2 crates

MIT license

4KB

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.


Modular Exponentiation

Build Status

This is a simple crate that performs modular exponentiation

Dependencies

~470KB