Cargo Features

[dependencies]
crypto-bigint = { version = "0.6.0-pre.12", default-features = false, features = ["std", "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.

std = alloc
alloc std?

Enables alloc of optional serdect

Affects pow::multi_exponentiate_montgomery_form_slice

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