[features]
default = ["std"]
std = []
[lib]
name = "smcprime"
path = "src/lib.rs"
[package]
authors = ["ScaleCode Solutions"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "no-std"]
description = "Ultra-fast primality testing with Montgomery arithmetic (32-bit and 64-bit)"
documentation = "https://docs.rs/smcprime"
edition = "2021"
keywords = ["prime", "primality", "miller-rabin", "montgomery", "math"]
license = "MIT"
name = "smcprime"
readme = "README.md"
repository = "https://github.com/scalecode-solutions/smcPrime"
version = "0.1.0"