modexp 0.1.0

A modular exponentiation crate for BigInts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Alex Higgins <cahiggins97@gmail.com>"]
name = "modexp"
version = "0.1.0"
description = "A modular exponentiation crate for BigInts"
homepage = "https://github.com/tlon-sh/modexp"
repository = "https://github.com/tlon-sh/modexp"
readme = "README.md"

keywords = ["modexp", "modular", "exponentiation", "bignum"]

license = "MIT"

[dependencies]
num = "0.1.29"