mod-exp-unsigned 0.1.1

yet another mod exp crate, this one works only for BigUints
Documentation
[package]
name = "mod-exp-unsigned"
version = "0.1.1"
authors = ["kyunghoon <kyunghoon@gmail.com>"]
description = "yet another mod exp crate, this one works only for BigUints"
license = "MIT/Apache-2.0"
repository = "https://github.com/kyunghoon/mod-exp-unsigned.git"

[dependencies]
num = "0.1.40"