[dependencies.cfg-if]
version = "1.0.0"
[dev-dependencies.quickcheck]
default-features = false
version = "1.0.3"
[features]
default = ["std"]
nightly = []
std = []
[lib]
name = "m61_modulus"
path = "src/lib.rs"
[package]
authors = ["Tobias Decking"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "no-std"]
description = "Functions for performing arithmetic modulo the 61st Mersenne number. Aimed at testing bignum implementations."
edition = "2024"
keywords = ["bignum", "bigint", "mathematics"]
license = "MIT OR Apache-2.0"
name = "m61-modulus"
readme = "README.md"
repository = "https://github.com/TDecking/m61-modulus"
version = "0.1.2"