[dependencies.generic-array]
optional = true
version = "0.14"
[dependencies.rand_core]
optional = true
version = "0.6"
[dependencies.rlp]
default-features = false
optional = true
version = "0.5"
[dependencies.subtle]
default-features = false
version = "2.4"
[dependencies.zeroize]
default-features = false
optional = true
version = "1"
[dev-dependencies.hex-literal]
version = "0.3"
[dev-dependencies.num-bigint]
version = "0.4"
[dev-dependencies.num-traits]
version = "0.2"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.rand_chacha]
version = "0.3"
[dev-dependencies.rand_core]
features = ["std"]
version = "0.6"
[features]
alloc = []
default = ["rand"]
rand = ["rand_core/std"]
[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.56"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]