modexp 0.2.2

A modular exponentiation crate for BigInts
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]
num = "0.1.29"

[package]
authors = ["cahiggins97@gmail.com"]
description = "A modular exponentiation crate for BigInts"
keywords = ["modexp", "modular", "exponentiation", "bignum"]
license = "MIT OR Apache-2.0"
name = "modexp"
readme = "README.md"
version = "0.2.2"