Cargo Features
[dependencies]
ed448-goldilocks-plus = { version = "0.13.3", default-features = false, features = ["std", "alloc", "serde", "zeroize"] }
- default = std
-
The
std
feature is set by default whenevered448-goldilocks-plus
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- serde
-
Enables serdect
- zeroize alloc? std
-
Enables zeroize
ed448-goldilocks-plus has 5 features without comments.