modular_math 0.1.5

A simple modular arithmetic crate for U256
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "modular_math"
version = "0.1.5"
authors = ["CleanPegasus <me@cleanpegasus.dev>"]
description = "A simple modular arithmetic crate for U256"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
primitive-types = "0.12.2"