Cargo Features

staging-fflonk has no features set by default.

[dependencies]
staging-fflonk = { version = "0.1.1", features = ["std", "asm", "parallel", "print-trace"] }
std parallel?

Enables std of ark-ec, ark-ff, ark-poly, ark-serialize, ark-std, and merlin

asm

Enables asm of ark-ff

parallel = rayon, std

Enables parallel of ark-ec, ark-ff, ark-poly, and ark-std

print-trace

Enables print-trace of ark-std

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.

rayon parallel?