aurora-engine-modexp 1.2.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"]

[lib]
name = "aurora_engine_modexp"
path = "src/lib.rs"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
similar_names = "allow"
too_long_first_doc_paragraph = "allow"
unreadable_literal = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

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