Cargo Features

[dependencies]
ff-arcium-fork = { version = "0.13.2", default-features = false, features = ["std", "alloc", "bits", "derive", "derive_bits"] }
default = bits, std

These default features are set whenever ff-arcium-fork is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std

Affects batch::BatchInvert

bits default derive_bits? = bitvec

Affects ff-arcium-fork::FieldBits, ff-arcium-fork::PrimeFieldBits

derive = byteorder, ff_derive

Affects ff-arcium-fork::derive

derive_bits = bits

with MSRV 1.60 this could be merged into bits with ff_derive?/bits see PR#72 for more information.

Enables bits of ff-derive-arcium-fork

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.

bitvec bits
byteorder derive?
ff_derive derive? derive_bits?

Enables ff-derive-arcium-fork