lib-modulo 0.2.0

An implementation of Montgomery reduction and other modular arithmetics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lib-modulo"
authors = ["qdot3"]
version = "0.2.0"
edition = "2021"

license = "Apache-2.0 OR MIT"

description = "An implementation of Montgomery reduction and other modular arithmetics."
repository = "https://github.com/qdot3/montgomery"
keywords = ["montgomery", "modulo", "prime"]
categories = ["mathematics"]

[dependencies]

[dev-dependencies]
rand = "0.9.2"