lib-modulo 0.5.0

Fast modular arithmetics
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.5.0"

edition = "2021"



license = "Apache-2.0 OR MIT"



description = "Fast modular arithmetics"

repository = "https://github.com/qdot3/montgomery"

keywords = ["montgomery", "plantard", "modulo", "prime", "residue"]

categories = ["mathematics"]



[dependencies]



[dev-dependencies]

proptest = "1.11.0"

rand = "0.9.2"