lib-modulo 0.7.0

Fast modular arithmetic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "lib-modulo"
authors = ["qdot3"]
version = "0.7.0"
edition = "2021"

license = "Apache-2.0 OR MIT"

description = "Fast modular arithmetic"
repository = "https://github.com/qdot3/montgomery"
keywords = ["modular", "residue", "montgomery", "plantard", "barrett"]
categories = ["mathematics"]

[dependencies]

[dev-dependencies]
proptest = "1.11.0"
rand = "0.9.2"