[[bench]]
harness = false
name = "matrix"
path = "benches/matrix.rs"
[dev-dependencies.fastant]
version = "0.1.11"
[dev-dependencies.fastrand]
version = "2.3.0"
[lib]
name = "mod2k"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "no-std", "no-std::no-alloc"]
description = "Fast arithmetic modulo `2^k`, `2^k - 1`, and `2^k - d`."
edition = "2024"
keywords = ["modulo", "modular", "modular-arithmetic"]
license = "MIT"
name = "mod2k"
readme = "README.md"
repository = "https://github.com/purplesyringa/mod2k"
version = "0.1.0"