[package]
edition = "2021"
name = "lib-modulo"
version = "0.2.2"
authors = ["qdot3"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of Montgomery reduction and other modular arithmetics."
readme = "README.md"
keywords = [
"montgomery",
"modulo",
"prime",
]
categories = ["mathematics"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/qdot3/montgomery"
[lib]
name = "lib_modulo"
path = "src/lib.rs"
[dependencies]
[dev-dependencies.rand]
version = "0.9.2"