Cargo Features

[dependencies]
nam-jubjub = { version = "0.10.1-nam.0", default-features = false, features = ["alloc", "bits", "arbitrary"] }
default = alloc, bits

These default features are set whenever nam-jubjub is added without default-features = false somewhere in the dependency tree.

alloc default

Enables alloc of ff and group

bits default

Enables bits of ff

arbitrary

Enables arbitrary, arbitrary of nam-bls12_381

nam-jubjub has 4 features without comments.