Cargo Features

staging-fflonk has no features set by default.

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

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

asm

Enables asm of ark-ff ^0.4

parallel = rayon, std

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

print-trace

Enables print-trace of ark-std ^0.4

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?