aurora-engine-modexp 1.1.0

Custom ModExp implementation that used in Aurora Engine
Documentation
[package]
name = "aurora-engine-modexp"
version = "1.1.0"
authors.workspace = true
edition.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
autobenches = false
description = "Custom ModExp implementation that used in Aurora Engine"

[dependencies]
hex.workspace = true
num.workspace = true
ibig = { workspace = true, optional = true }

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