Cargo Features

[dependencies]
crypto-bigint = { version = "0.6.0-rc.6", default-features = false, features = ["alloc", "extra-sizes", "rand", "serde", "der", "hybrid-array", "rlp", "zeroize"] }
default = rand

The rand feature is set by default whenever crypto-bigint is added without default-features = false somewhere in the dependency tree.

alloc

Enables alloc of optional serdect

Affects lincomb::lincomb_boxed_monty_form, pow::multi_exponentiate_montgomery_form_slice, karatsuba::KARATSUBA_MIN_STARTING_LIMBS, karatsuba::KARATSUBA_MAX_REDUCE_LIMBS

extra-sizes
rand default

Enables std of rand_core

serde

Enables serdect

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

der implicit feature

Enables der

optional dependencies

hybrid-array implicit feature
rand_core rand

Affects traits::Random, traits::RandomBitsError, traits::RandomBits, traits::RandomMod

rlp implicit feature

Enables rlp

rlp:

Recursive-length prefix encoding, decoding, and compression

zeroize implicit feature