crypto-bigint 0.6.0-pre.7

Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics.
Documentation
[[bench]]
harness = false
name = "boxed_monty"
required-features = ["alloc"]

[[bench]]
harness = false
name = "boxed_uint"
required-features = ["alloc"]

[[bench]]
harness = false
name = "const_monty"

[[bench]]
harness = false
name = "limb"

[[bench]]
harness = false
name = "monty"

[[bench]]
harness = false
name = "uint"
[dependencies.der]
default-features = false
optional = true
version = "0.7"

[dependencies.generic-array]
optional = true
version = "0.14"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.rand_core]
optional = true
version = "0.6.4"

[dependencies.rlp]
default-features = false
optional = true
version = "0.5"

[dependencies.serdect]
default-features = false
optional = true
version = "0.2"

[dependencies.subtle]
default-features = false
version = "2.5"

[dependencies.zeroize]
default-features = false
optional = true
version = "1"
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.hex-literal]
version = "0.4"

[dev-dependencies.num-bigint]
version = "0.4"

[dev-dependencies.num-integer]
version = "0.1"

[dev-dependencies.num-modular]
features = ["num-bigint", "num-integer", "num-traits"]
version = "0.6"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand_chacha]
version = "0.3"

[dev-dependencies.rand_core]
features = ["std"]
version = "0.6"

[features]
alloc = ["serdect?/alloc"]
default = ["rand"]
extra-sizes = []
rand = ["rand_core/std"]
serde = ["dep:serdect"]
std = ["alloc"]

[package]
authors = ["RustCrypto Developers"]
categories = ["algorithms", "cryptography", "data-structures", "mathematics", "no-std"]
description = "Pure Rust implementation of a big integer library which has been designed from\nthe ground-up for use in cryptographic applications. Provides constant-time,\nno_std-friendly implementations of modern formulas using const generics.\n"
edition = "2021"
keywords = ["arbitrary", "crypto", "bignum", "integer", "precision"]
license = "Apache-2.0 OR MIT"
name = "crypto-bigint"
readme = "README.md"
repository = "https://github.com/RustCrypto/crypto-bigint"
resolver = "2"
rust-version = "1.73"
version = "0.6.0-pre.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]