aurora-engine-modexp 1.1.0

Custom ModExp implementation that used in Aurora Engine
Documentation
[dependencies.hex]
default-features = false
features = ["alloc"]
version = "0.4"

[dependencies.ibig]
default-features = false
features = ["num-traits"]
optional = true
version = "0.3"

[dependencies.num]
default-features = false
features = ["alloc"]
version = "0.4"

[features]
bench = ["ibig"]
default = ["std"]
std = ["num/std", "hex/std"]

[package]
authors = ["Aurora Labs <hello@aurora.dev>"]
autobenches = false
description = "Custom ModExp implementation that used in Aurora Engine"
edition = "2021"
homepage = "https://github.com/aurora-is-near/aurora-engine"
license = "CC0-1.0"
name = "aurora-engine-modexp"
readme = "README.md"
repository = "https://github.com/aurora-is-near/aurora-engine"
version = "1.1.0"