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

#8 in #performs

Download history 48/week @ 2024-01-11 33/week @ 2024-01-18 17/week @ 2024-01-25 19/week @ 2024-02-01 40/week @ 2024-02-08 69/week @ 2024-02-15 79/week @ 2024-02-22 121/week @ 2024-02-29 113/week @ 2024-03-07 83/week @ 2024-03-14 85/week @ 2024-03-21 141/week @ 2024-03-28 102/week @ 2024-04-04 69/week @ 2024-04-11 67/week @ 2024-04-18 58/week @ 2024-04-25

345 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