Cargo Features

[dependencies]
ed448-goldilocks = { version = "0.9.0", default-features = false, features = ["fiat_u64_backend", "u32_backend", "zeroize"] }
default = fiat_u64_backend

The fiat_u64_backend feature is set by default whenever ed448-goldilocks is added without default-features = false somewhere in the dependency tree.

fiat_u64_backend default = fiat-crypto

Affects field::fiat_u64, field::FieldElement

u32_backend

Affects field::u32, field::FieldElement

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.

fiat-crypto fiat_u64_backend

Enables fiat-crypto ^0.1.4

zeroize implicit feature