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 and ark-poly

parallel

Enables parallel of ark-ff, std of ark-poly, parallel of decaf377 ^0.4

frost377 has 3 features without comments.