Cargo Features

[dependencies]
mmr-crypto-primitives = { version = "0.2.1", default-features = false, features = ["std", "print-trace", "parallel", "r1cs"] }
default = std

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

std default parallel?

Enables std of ark-ec ^0.3.0, ark-ff ^0.3.0, ark-relations ^0.3.0, and ark-std ^0.3.0

print-trace

Enables print-trace of ark-std ^0.3.0

parallel = rayon, std

Enables parallel of ark-ec ^0.3.0, ark-ff ^0.3.0, and ark-std ^0.3.0

r1cs = ark-nonnative-field, ark-r1cs-std, tracing

Enables r1cs of ark-sponge

Affects blake2s::constraints, injective_map::constraints, commitment::constraints, pedersen::constraints, bowe_hopwood::constraints, injective_map::constraints

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.

Dependencies

ark-r1cs-std r1cs?

Enables ark-r1cs-std ^0.3.0

ark-nonnative-field r1cs?
rayon parallel?
tracing r1cs?