Cargo Features
[dependencies]
frost377 = { version = "0.2.0", default-features = false, features = ["std", "parallel"] }
- default = std
-
The
std
feature is set by default wheneverfrost377
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-ff ^0.4 and ark-poly ^0.4
- parallel
-
Enables parallel of ark-ff ^0.4, std of ark-poly ^0.4, parallel of decaf377 ^0.4
frost377 has 3 features without comments.