Cargo Features

[dependencies]
frost377 = { version = "0.2.0", default-features = false, features = ["std", "parallel"] }
default = std

The std feature is set by default whenever frost377 is added without default-features = false somewhere in the dependency tree.

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.