Use multiplication and shift for mod

This commit is contained in:
2022-12-11 22:03:47 +01:00
parent 6a51f123ab
commit 92db6e56c9
2 changed files with 23 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ anyhow = "1.0.66"
clap = { version = "4.0.19", features = ["derive"] }
itertools = "0.10.5"
nom = "7.1.1"
strength_reduce = "0.2.4"
[dev-dependencies]
criterion = "0.4.0"