#exponentiation #modular #find #performs

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

#1226 in Cryptography

Download history 62/week @ 2024-07-22 59/week @ 2024-07-29 62/week @ 2024-08-05 108/week @ 2024-08-12 56/week @ 2024-08-19 65/week @ 2024-08-26 67/week @ 2024-09-02 48/week @ 2024-09-09 51/week @ 2024-09-16 97/week @ 2024-09-23 58/week @ 2024-09-30 13/week @ 2024-10-07 33/week @ 2024-10-14 45/week @ 2024-10-21 61/week @ 2024-10-28 52/week @ 2024-11-04

192 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