mod2k 0.1.1

Fast arithmetic modulo `2^k`, `2^k - 1`, and `2^k - d`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mod2k"
description = "Fast arithmetic modulo `2^k`, `2^k - 1`, and `2^k - d`."
version = "0.1.1"
license = "MIT"
edition = "2024"
repository = "https://github.com/purplesyringa/mod2k"
keywords = ["modulo", "modular", "modular-arithmetic"]
categories = ["algorithms", "mathematics", "no-std", "no-std::no-alloc"]

[[bench]]
name = "matrix"
harness = false

[dev-dependencies]
fastant = "0.1.11"
fastrand = "2.3.0"